EXTRA_DIST = \ Doxyfile \ html SUFFIXES = .pdf .ps .dvi .tex .xml .html html-local: doxygen-docs doxygen-docs: cd $(srcdir) && $(DOXYGEN) clean-local: rm -f *.aux *.bbl *.blg *.log *.aux.bak distclean-local: rm -f *.dvi *.ps *.pdf *.html $(GENMANDOCS) manpages.stamp .PHONY: allclean doxygen-docs allclean: distclean