-
Peter W. Draper authored
build system for doc/ and remove all generated files and symbolic links. Also private headers so that the distribution tarball builds. Use gnu standards (COPYING, README, NEWS, ChangeLog) globally, no need to specify in each Makefile.
Peter W. Draper authoredbuild system for doc/ and remove all generated files and symbolic links. Also private headers so that the distribution tarball builds. Use gnu standards (COPYING, README, NEWS, ChangeLog) globally, no need to specify in each Makefile.
Makefile.am 193 B
doxyfile.stamp:
@DX_ENV@ @DX_DOXYGEN@ Doxyfile
echo `date` > doxyfile.stamp
CLEANFILES = doxyfile.stamp
all-local: doxyfile.stamp
clean-local:
rm -rf html/ latex/ man/
distclean: clean