Changeset 799
- Timestamp:
- Mar 13, 2007, 3:06:22 AM (17 years ago)
- Location:
- trunk/doc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r675 r799 22 22 # 02111-1307, USA. 23 23 24 doc: doxygen-local Statistics-local 24 bin_PROGRAMS = create_doxygen_config 25 26 create_doxygen_config_SOURCES = create_doxygen_config.cc 27 28 29 doc: doxygen.config doxygen-local Statistics-local 25 30 26 31 clean-local: 27 @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \ 32 @rm -rf doxygen.config html latex Statistics Statistics.toc \ 33 Statistics.pdf Statistics.log \ 28 34 Statistics.dvi Statistics.aux *~ 29 35 … … 32 38 doxygen-local: 33 39 doxygen doxygen.config 40 41 doxygen.config: create_doxygen_config doxygen.config.in 42 ./create_doxygen_config 34 43 35 44 Statistics: Statistics.tex
Note: See TracChangeset
for help on using the changeset viewer.