- Timestamp:
- 11/30/2009 05:01:38 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/Makefile.am
r502 r507 105 105 106 106 if HAVE_BIBTEX 107 BIBTEX_FILES = @PACKAGE@.bbl 107 108 @PACKAGE@.bbl: @PACKAGE@.aux @PACKAGE@.bib 108 109 @BIBTEX@ @PACKAGE@ 110 else # HAVE_BIBTEX 111 BIBTEX_FILES = 109 112 endif # HAVE_BIBTEX 110 113 111 114 DVI_DOCS = @PACKAGE@.dvi 112 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html @PACKAGE@.aux @PACKAGE@.bbl115 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html @PACKAGE@.aux $(BIBTEX_FILES) 113 116 @LATEX@ @PACKAGE@ 114 117 @LATEX@ @PACKAGE@ … … 118 121 if HAVE_PDFLATEX 119 122 PDF_DOCS = @PACKAGE@.pdf 120 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html @PACKAGE@.aux @PACKAGE@.bbl123 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html @PACKAGE@.aux $(BIBTEX_FILES) 121 124 @PDFLATEX@ @PACKAGE@ 122 125 @PDFLATEX@ @PACKAGE@ … … 187 190 doc_DATA = $(LATEX2HTML_DOCS) 188 191 189 CLEANFILES = * .aux *.log *.bbl *.blg *.toc *.sty *.dvi *.pdf *.ps *.ps.gz \192 CLEANFILES = *~ *.aux *.log *.bbl *.blg *.toc *.sty *.dvi *.pdf *.ps *.ps.gz \ 190 193 *.tar.gz *.css $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html \ 191 194 @PACKAGE@-tex.html html @PACKAGE@-doc-@VERSION@ stamp-doc