source: pcp/doc/Makefile.am@ dafe43

Last change on this file since dafe43 was 848729, checked in by Frederik Heber <heber@…>, 17 years ago

Just a temporary commit

  • Property mode set to 100755
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.