source: molecuilder/doc/Makefile.am@ b021e4

Last change on this file since b021e4 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
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
12
13clean-local:
14 rm -f *.aux *.bbl *.blg *.log *.aux.bak
15distclean-local:
16 rm -f *.dvi *.ps *.pdf *.html $(GENMANDOCS) manpages.stamp
17
18.PHONY: allclean doxygen-docs
19allclean: distclean
20
21
Note: See TracBrowser for help on using the repository browser.