Changeset 322
- Timestamp:
- 03/26/08 12:33:42 (8 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/Makefile.am
r316 r322 61 61 if HAVE_PDFLATEX 62 62 PDF_DOCS = @PACKAGE@.pdf 63 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html $(FLOWCHART_EPS)63 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html 64 64 @PDFLATEX@ @PACKAGE@.tex # We run pdflatex thrice to make sure .toc is good! 65 65 @PDFLATEX@ @PACKAGE@.tex … … 73 73 if HAVE_LATEX 74 74 DVI_DOCS = @PACKAGE@.dvi 75 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html $(FLOWCHART_EPS)75 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html 76 76 @LATEX@ @PACKAGE@.tex # We run latex thrice to make sure .toc is good! 77 77 @LATEX@ @PACKAGE@.tex … … 104 104 if HAVE_LATEX2HTML 105 105 LATEX2HTML_DOCS = @PACKAGE@-html-@VERSION@.tar.gz 106 @PACKAGE@-html-@VERSION@.tar.gz: cxref-tex cxref-html $(FLOWCHART_EPS)106 @PACKAGE@-html-@VERSION@.tar.gz: cxref-tex cxref-html 107 107 rm -rf @PACKAGE@-html-@VERSION@ 108 108 mkdir @PACKAGE@-html-@VERSION@ … … 135 135 136 136 CLEANFILES = *.aux *.log *.toc *.sty *.dvi *.pdf *.ps *.ps.gz *.tar.gz *.css \ 137 $( FLOWCHART_EPS) $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html\138 @PACKAGE@-tex.htmlstamp-doc137 $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html @PACKAGE@-tex.html\ 138 stamp-doc 139 139 140 140 clean-local: