source: util/doc/Makefile.am@ 5bef9d

Last change on this file since 5bef9d 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: 330 bytes
Line 
1EXTRA_DIST = \
2 Doxyfile \
3 html
4
5SUFFIXES = .pdf .ps .dvi .tex .xml .html
6
7html-local: doxygen-docs
8
9doxygen-docs:
10 cd $(srcdir) && $(DOXYGEN)
11
12clean-local:
13 rm -f *.aux *.bbl *.blg *.log *.aux.bak
14distclean-local:
15 rm -f *.dvi *.ps *.pdf *.html $(GENMANDOCS) manpages.stamp
16
17.PHONY: allclean doxygen-docs
18allclean: distclean
19
20
Note: See TracBrowser for help on using the repository browser.