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
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 494 2006-01-10 13:44:14Z peter $ |
---|
4 | |
---|
5 | all-local: 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.