Changeset 325
- Timestamp:
- 03/26/08 12:54:24 (8 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/Makefile.am
r322 r325 59 59 endif # HAVE_CXREF 60 60 61 if HAVE_LATEX 62 @PACKAGE@.aux: cxref-tex 63 @LATEX@ @PACKAGE@ 64 65 if HAVE_BIBTEX 66 @PACKAGE@.bbl: @PACKAGE@.aux @PACKAGE@.bib 67 @BIBTEX@ @PACKAGE@ 68 endif # HAVE_BIBTEX 69 70 DVI_DOCS = @PACKAGE@.dvi 71 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html @PACKAGE@.aux @PACKAGE@.bbl 72 @LATEX@ @PACKAGE@ 73 @LATEX@ @PACKAGE@ 74 grep -v HAVE_LATEX @PACKAGE@.html > @PACKAGE@.html.new 75 mv -f @PACKAGE@.html.new @PACKAGE@.html 76 61 77 if HAVE_PDFLATEX 62 78 PDF_DOCS = @PACKAGE@.pdf 63 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html 64 @PDFLATEX@ @PACKAGE@.tex # We run pdflatex thrice to make sure .toc is good! 65 @PDFLATEX@ @PACKAGE@.tex 66 @PDFLATEX@ @PACKAGE@.tex 79 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html @PACKAGE@.aux @PACKAGE@.bbl 80 @PDFLATEX@ @PACKAGE@ 81 @PDFLATEX@ @PACKAGE@ 67 82 grep -v HAVE_PDFLATEX @PACKAGE@.html > @PACKAGE@.html.new 68 83 mv -f @PACKAGE@.html.new @PACKAGE@.html … … 71 86 endif # HAVE_PDFLATEX 72 87 73 if HAVE_LATEX74 DVI_DOCS = @PACKAGE@.dvi75 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html76 @LATEX@ @PACKAGE@.tex # We run latex thrice to make sure .toc is good!77 @LATEX@ @PACKAGE@.tex78 @LATEX@ @PACKAGE@.tex79 grep -v HAVE_LATEX @PACKAGE@.html > @PACKAGE@.html.new80 mv -f @PACKAGE@.html.new @PACKAGE@.html81 88 if HAVE_DVIPS 82 89 PS_DOCS = @PACKAGE@.ps @PACKAGE@.ps.gz … … 134 141 touch $@ 135 142 136 CLEANFILES = *.aux *.log *. toc *.sty *.dvi *.pdf *.ps *.ps.gz *.tar.gz *.css\137 $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html @PACKAGE@-tex.html\138 stamp-doc143 CLEANFILES = *.aux *.log *.bbl *.blg *.toc *.sty *.dvi *.pdf *.ps *.ps.gz \ 144 *.tar.gz *.css $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html \ 145 @PACKAGE@-tex.html stamp-doc 139 146 140 147 clean-local: