From a6b3e2c11e583cc9525b4d38f0f1238f6a62c865 Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Sat, 13 Sep 2003 09:24:36 +0000 Subject: [PATCH] add cleanup file add dist target --- doc/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 404b90c..9d702e0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,6 +21,11 @@ uninstall-local: dox: html/index.html +EXTRA_DIST += html + +dist-hook: + cp $(static_pages) $(distdir)/doc/html + else # We repeat the three targets in both the "if" and "else" clauses @@ -41,12 +46,6 @@ all-local: dox html/index.html: Doxyfile $(doxygen_input) $(CCUNITSRCS) @DOXYGEN@ - -# Make tarfile to distribute the HTML documentation. -doc-dist: dox - cp $(static_pages) html - tar -czf $(PACKAGE)-docs-$(VERSION).tar.gz -C html . - pdf: @PACKAGE@.pdf @PACKAGE@.pdf: $(MAKE) -C ./latex pdf @@ -57,3 +56,5 @@ pdf: @PACKAGE@.pdf clean-local: $(RM) -r latex $(RM) -r html man @PACKAGE@.ps @PACKAGE@.pdf + +CLEANFILES=*~ .*~ ./\#*\# *.log -- 2.11.0