Browse code

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

Diego Biurrun authored on 2011/06/23 19:38:03
Showing 1 changed files
... ...
@@ -172,7 +172,7 @@ testclean:
172 172
 clean:: testclean
173 173
 	$(RM) $(ALLPROGS)
174 174
 	$(RM) $(CLEANSUFFIXES)
175
-	$(RM) doc/*.html doc/*.pod doc/*.1
175
+	$(RM) doc/*.html doc/*.pod doc/*.1 doc/*.d doc/*~
176 176
 	$(RM) $(TOOLS)
177 177
 	$(RM) $(CLEANSUFFIXES:%=tools/%)
178 178