build: Remove dependency and editor backup files also in the doc/ subdirectory.

This commit is contained in:
Diego Biurrun 2011-06-23 12:38:03 +02:00 committed by Reinhard Tartler
parent acb62e998f
commit 4ad56612f9

View File

@ -172,7 +172,7 @@ testclean:
clean:: testclean
$(RM) $(ALLPROGS)
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) doc/*.html doc/*.pod doc/*.1 doc/*.d doc/*~
$(RM) $(TOOLS)
$(RM) $(CLEANSUFFIXES:%=tools/%)