Changeset 1109 for trunk/doc/Makefile.am
- Timestamp:
- Feb 19, 2008, 10:35:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r1000 r1109 25 25 # 02111-1307, USA. 26 26 27 doc: doxygen.config doxygen-local Statistics-local27 doc: doxygen.config doxygen-local 28 28 29 dvi-local: Statistics.dvi29 dvi-local: 30 30 31 pdf-local: Statistics.pdf31 pdf-local: 32 32 33 html-local: doxygen.config doxygen-local html/Statistics/Statistics.html33 html-local: doxygen.config doxygen-local 34 34 35 35 mostlyclean-local: … … 48 48 49 49 50 html/Statistics/Statistics.html: Statistics.tex51 @$(install_sh) -d html/Statistics52 @if $(HAVE_LATEX2HTML); then \53 latex2html -t "Weighted Statistics used in yat." \54 --dir html/Statistics Statistics.tex;\55 fi56 57 Statistics-local: html/Statistics/Statistics.html \58 html/Statistics/Statistics.pdf59 60 Statistics.dvi: Statistics.tex61 @if $(HAVE_LATEX); then \62 @latex Statistics.tex; \63 @latex Statistics.tex; \64 fi65 66 Statistics.pdf: Statistics.dvi67 @if $(HAVE_DVIPDFM); then \68 dvipdfm Statistics.dvi; \69 fi70 71 html/Statistics/Statistics.pdf: $(pdf)72 @if test -f Statistics.pdf; then \73 $(install_sh) -d html/Statistics; \74 cp Statistics.pdf html/Statistics/.; \75 fi
Note: See TracChangeset
for help on using the changeset viewer.