source: trunk/doc/Makefile.am @ 573

Last change on this file since 573 was 573, checked in by Jari Häkkinen, 17 years ago

Made documentation generation optional, issue 'make doc' for docs generation.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 676 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 573 2006-04-06 20:43:28Z jari $
4
5doc: doxygen-local Statistics-local
6
7clean-local:
8  @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \
9  Statistics.dvi Statistics.aux *~
10
11distclean-local: clean-local
12
13doxygen-local:
14  doxygen doxygen.config
15
16Statistics: Statistics.tex
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.