- Timestamp:
- May 1, 2007, 2:32:58 PM (16 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r831 r850 28 28 29 29 clean-local: 30 rm -rf doxygen.config html -$(VERSION) latex-$(VERSION)\30 rm -rf doxygen.config html latex \ 31 31 *.toc *.log *.dvi *.aux *~ 32 32 … … 34 34 doxygen doxygen.config 35 35 36 doxygen.config: doxygen.config.in 37 @sed -e 's/PROJECT_NUMBER.*= /&$(VERSION)/g' -e 's/HTML_OUTPUT.*= /&html-$(VERSION)/g' -e 's/LATEX_OUTPUT.*= /&latex-$(VERSION)/g' doxygen.config.in > doxygen.config 38 36 doxygen.config: 37 @sed -e 's/PROJECT_NUMBER.*= /&$(VERSION)/g' doxygen.config.in > doxygen.config 39 38 40 html-$(VERSION)/Statistics: Statistics.tex 39 40 html/Statistics: Statistics.tex 41 41 latex2html Statistics.tex 42 @mv Statistics html -$(VERSION)/.42 @mv Statistics html/. 43 43 44 Statistics-local: html -$(VERSION)/Statistics \45 html -$(VERSION)/Statistics/Statistics.pdf44 Statistics-local: html/Statistics \ 45 html/Statistics/Statistics.pdf 46 46 47 47 Statistics.dvi: Statistics.tex … … 52 52 @dvipdfm Statistics.dvi 53 53 54 html -$(VERSION)/Statistics/Statistics.pdf: Statistics.pdf55 @cp Statistics.pdf html -$(VERSION)/Statistics/.54 html/Statistics/Statistics.pdf: Statistics.pdf 55 @cp Statistics.pdf html/Statistics/. 56 56 -
trunk/doc/doxygen.config.in
r831 r850 482 482 # put in front of it. If left blank `html' will be used as the default path. 483 483 484 HTML_OUTPUT = 484 HTML_OUTPUT = html 485 485 486 486 # The HTML_HEADER tag can be used to specify a personal HTML header for … … 573 573 # put in front of it. If left blank `latex' will be used as the default path. 574 574 575 LATEX_OUTPUT = 575 LATEX_OUTPUT = latex 576 576 577 577 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
Note: See TracChangeset
for help on using the changeset viewer.