From 47157d6c76eb8659da0ac668eed6121ffa8de08d Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Tue, 14 Jun 2005 14:07:42 +0000 Subject: [PATCH] Minor change to clean templates directory also from the distclean target --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 7b13b0e1..3a80fd21 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -45,9 +45,9 @@ mostlyclean clean: $(RM) *~ *.bak *# distclean: clean + cd $(top_srcdir)/doc/templates && $(MAKE) $(MAKECMDGOALS) # This command is intended for maintainers to use; it deletes files # that may need special tools to rebuild. maintainer-clean: distclean - cd $(top_srcdir)/doc/templates && $(MAKE) $(MAKECMDGOALS) rm -rf $(top_srcdir)/doc/html/*