Minor change to clean templates directory also from the distclean target
This commit is contained in:
parent
f76193eb5f
commit
47157d6c76
@ -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/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user