source: trunk/doc/Makefile.am @ 494

Last change on this file since 494 was 494, checked in by Peter, 17 years ago

added pdf link and creation of Statistics document

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 682 bytes
RevLine 
[5]1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 494 2006-01-10 13:44:14Z peter $
4
[494]5all-local: doxygen-local Statistics-local
[5]6
7clean-local:
[494]8  @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \
9  Statistics.dvi Statistics.aux *~
[5]10
11distclean-local: clean-local
[489]12
13doxygen-local:
14  doxygen doxygen.config
15
16Statistics: Statistics.tex
[494]17  @rm -rf html/Statistics
18  @rm -f Statistics
19  latex2html Statistics.tex
20  @mv Statistics html/.
21  @ln -s html/Statistics Statistics
22
23Statistics-local: Statistics Statistics.pdf
24
25Statistics.dvi: Statistics.tex
26  @latex Statistics.tex
27  @latex Statistics.tex
28
29Statistics.pdf: Statistics.dvi
30  @dvipdfm Statistics.dvi
31  @cp -p Statistics.pdf Statistics/.
32
Note: See TracBrowser for help on using the repository browser.