Changeset 494 for trunk/doc/Makefile.am
- Timestamp:
- Jan 10, 2006, 2:44:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r489 r494 3 3 ## $Id$ 4 4 5 all-local: doxygen-local Statistics 5 all-local: doxygen-local Statistics-local 6 6 7 7 clean-local: 8 @rm -rf html latex *~ 8 @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \ 9 Statistics.dvi Statistics.aux *~ 9 10 10 11 distclean-local: clean-local … … 14 15 15 16 Statistics: Statistics.tex 17 @rm -rf html/Statistics 18 @rm -f Statistics 16 19 latex2html Statistics.tex 20 @mv Statistics html/. 21 @ln -s html/Statistics Statistics 22 23 Statistics-local: Statistics Statistics.pdf 24 25 Statistics.dvi: Statistics.tex 26 @latex Statistics.tex 27 @latex Statistics.tex 28 29 Statistics.pdf: Statistics.dvi 30 @dvipdfm Statistics.dvi 31 @cp -p Statistics.pdf Statistics/. 32
Note: See TracChangeset
for help on using the changeset viewer.