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 | |
---|
5 | doc: doxygen-local Statistics-local |
---|
6 | |
---|
7 | clean-local: |
---|
8 | @rm -rf html latex Statistics Statistics.toc Statistics.pdf Statistics.log \ |
---|
9 | Statistics.dvi Statistics.aux *~ |
---|
10 | |
---|
11 | distclean-local: clean-local |
---|
12 | |
---|
13 | doxygen-local: |
---|
14 | doxygen doxygen.config |
---|
15 | |
---|
16 | Statistics: 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 | |
---|
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
TracBrowser
for help on using the repository browser.