build: Remove dependency and editor backup files also in the doc/ subdirectory.
This commit is contained in:
parent
acb62e998f
commit
4ad56612f9
2
Makefile
2
Makefile
@ -172,7 +172,7 @@ testclean:
|
|||||||
clean:: testclean
|
clean:: testclean
|
||||||
$(RM) $(ALLPROGS)
|
$(RM) $(ALLPROGS)
|
||||||
$(RM) $(CLEANSUFFIXES)
|
$(RM) $(CLEANSUFFIXES)
|
||||||
$(RM) doc/*.html doc/*.pod doc/*.1
|
$(RM) doc/*.html doc/*.pod doc/*.1 doc/*.d doc/*~
|
||||||
$(RM) $(TOOLS)
|
$(RM) $(TOOLS)
|
||||||
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user