Last change
on this file since 8786c3 was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago |
-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)
|
-
Property mode
set to
100644
|
File size:
331 bytes
|
Rev | Line | |
---|
[a0bcf1] | 1 | EXTRA_DIST = \
|
---|
| 2 | Doxyfile \
|
---|
| 3 | html
|
---|
| 4 |
|
---|
| 5 | SUFFIXES = .pdf .ps .dvi .tex .xml .html
|
---|
| 6 |
|
---|
| 7 | html-local: doxygen-docs
|
---|
| 8 |
|
---|
| 9 | doxygen-docs:
|
---|
| 10 | cd $(srcdir) && $(DOXYGEN)
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | clean-local:
|
---|
| 14 | rm -f *.aux *.bbl *.blg *.log *.aux.bak
|
---|
| 15 | distclean-local:
|
---|
| 16 | rm -f *.dvi *.ps *.pdf *.html $(GENMANDOCS) manpages.stamp
|
---|
| 17 |
|
---|
| 18 | .PHONY: allclean doxygen-docs
|
---|
| 19 | allclean: distclean
|
---|
| 20 |
|
---|
| 21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.