Changeset 499
- Timestamp:
- 11/28/2009 01:58:45 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/Makefile.am (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/Makefile.am
r491 r499 45 45 EXTRA_DIST = autogen.sh macros/autogen.sh macros/cxref-latex.m4 \ 46 46 images/freenergy-0.1.0.png images/freenergy-0.2.0.png \ 47 images/freenergy-0.3.0.png ternary.bib47 images/freenergy-0.3.0.png images/freenergy-0.3.0.png ternary.bib 48 48 49 49 # Everything from here down is documentation stuff. … … 79 79 # This only works for srcdir=buildir, because cxref breaks with separate source 80 80 cxref-html: @PACKAGE@.html $(BUILT_TEXFILES:.tex=) 81 rm -rf html82 install -d html81 # rm -rf html 82 # install -d html 83 83 @CXREF@ -CPP 'gcc -E -C -dD -dI' -html-src -N@PACKAGE@ \ 84 84 $(PETSC_INCLUDE) $(ILLUMINATOR_CFLAGS) -I$(top_builddir) \ 85 85 $(BUILT_TEXFILES:.tex=) 86 mv $(CXREF_HTML_DOCS) html/87 cp -p @PACKAGE@.html html/index.html86 # mv $(CXREF_HTML_DOCS) html/ 87 # cp -p @PACKAGE@.html html/index.html 88 88 touch $@ # so @PACKAGE@.html isn't newer 89 89 … … 123 123 124 124 if HAVE_DVIPS 125 PS_DOCS = @PACKAGE@.ps @PACKAGE@.ps.gz125 PS_DOCS = @PACKAGE@.ps 126 126 @PACKAGE@.ps: @PACKAGE@.dvi @PACKAGE@.html 127 127 @DVIPS@ $< -o $@ 128 gzip -c --best @PACKAGE@.ps > @PACKAGE@.ps.gz129 128 grep -v HAVE_DVIPS @PACKAGE@.html > @PACKAGE@.html.new 130 129 mv -f @PACKAGE@.html.new @PACKAGE@.html … … 139 138 if HAVE_HEVEA 140 139 HEVEA_DOCS = @PACKAGE@-tex.html 141 @PACKAGE@-tex.html: @PACKAGE@.tex cxref-tex @PACKAGE@.html 140 @PACKAGE@-tex.html: @PACKAGE@.tex cxref-tex @PACKAGE@.html cxref-html 142 141 hevea -I . -exec xxdate.exe -o $@ $< 143 142 grep -v HAVE_HEVEA @PACKAGE@.html > @PACKAGE@.html.new … … 171 170 if HAVE_CXREF 172 171 rm -f @PACKAGE@-doc-@VERSION@/index.html @PACKAGE@-doc-@VERSION@/cxref-html 173 cp -p html/*.html@PACKAGE@-doc-@VERSION@/172 cp -p $(HEVEA_DOCS) $(LATEX2HTML_DOCS) $(CXREF_HTML_DOCS) @PACKAGE@-doc-@VERSION@/ 174 173 rm -f @PACKAGE@-doc-@VERSION@/index.html 175 174 endif # HAVE_CXREF … … 177 176 touch $@ 178 177 178 pdf_DATA = $(PDF_DOCS) 179 dvi_DATA = $(DVI_DOCS) 180 ps_DATA = $(PS_DOCS) 181 html_DATA = $(HEVEA_DOCS) $(CXREF_HTML_DOCS) @PACKAGE@.html 182 doc_DATA = $(LATEX2HTML_DOCS) 183 179 184 CLEANFILES = *.aux *.log *.bbl *.blg *.toc *.sty *.dvi *.pdf *.ps *.ps.gz \ 180 185 *.tar.gz *.css $(BUILT_TEXFILES) $(CXREF_HTML_DOCS) cxref-tex cxref-html \ 181 @PACKAGE@-tex.html stamp-doc186 @PACKAGE@-tex.html html @PACKAGE@-doc-@VERSION@ stamp-doc 182 187 183 188 clean-local: