Changeset 507 for trunk

Show
Ignore:
Timestamp:
11/30/2009 05:01:38 PM (2 years ago)
Author:
powell
Message:

Documentation system and cleanfiles tweaks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/Makefile.am

    r502 r507  
    105105 
    106106if HAVE_BIBTEX 
     107BIBTEX_FILES = @PACKAGE@.bbl 
    107108@PACKAGE@.bbl: @PACKAGE@.aux @PACKAGE@.bib 
    108109        @BIBTEX@ @PACKAGE@ 
     110else # HAVE_BIBTEX 
     111BIBTEX_FILES = 
    109112endif # HAVE_BIBTEX 
    110113 
    111114DVI_DOCS = @PACKAGE@.dvi 
    112 @PACKAGE@.dvi: cxref-tex @PACKAGE@.html @PACKAGE@.aux @PACKAGE@.bbl 
     115@PACKAGE@.dvi: cxref-tex @PACKAGE@.html @PACKAGE@.aux $(BIBTEX_FILES) 
    113116        @LATEX@ @PACKAGE@ 
    114117        @LATEX@ @PACKAGE@ 
     
    118121if HAVE_PDFLATEX 
    119122PDF_DOCS = @PACKAGE@.pdf 
    120 @PACKAGE@.pdf: cxref-tex @PACKAGE@.html @PACKAGE@.aux @PACKAGE@.bbl 
     123@PACKAGE@.pdf: cxref-tex @PACKAGE@.html @PACKAGE@.aux $(BIBTEX_FILES) 
    121124        @PDFLATEX@ @PACKAGE@ 
    122125        @PDFLATEX@ @PACKAGE@ 
     
    187190doc_DATA = $(LATEX2HTML_DOCS) 
    188191 
    189 CLEANFILES = *.aux *.log *.bbl *.blg *.toc *.sty *.dvi *.pdf *.ps *.ps.gz \ 
     192CLEANFILES = *~ *.aux *.log *.bbl *.blg *.toc *.sty *.dvi *.pdf *.ps *.ps.gz \ 
    190193  *.tar.gz *.css $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html \ 
    191194  @PACKAGE@-tex.html html @PACKAGE@-doc-@VERSION@ stamp-doc