Minor change to clean templates directory also from the distclean target

This commit is contained in:
Andreas Huggel 2005-06-14 14:07:42 +00:00
parent f76193eb5f
commit 47157d6c76

View File

@ -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/*