Skip to content

Commit

Permalink
Minor change to clean templates directory also from the distclean target
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuggel committed Jun 14, 2005
1 parent f76193e commit 47157d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 47157d6

Please sign in to comment.