From: Adam Di Carlo Date: Fri, 24 Jan 2003 00:09:33 +0000 (+0000) Subject: clean target cleans backup files and such X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c394458b3dac08352a84d2c7bac8f85a90e985ab;p=docbook-dsssl clean target cleans backup files and such --- diff --git a/testdocs/Makefile b/testdocs/Makefile index 1c9331430..b671b7102 100644 --- a/testdocs/Makefile +++ b/testdocs/Makefile @@ -142,6 +142,7 @@ clean: rm -f toc.hhc htmlhelp.hhp htmlhelp.chm Index.hhk rm -f HTML.index rm -f jhelpidx.xml jhelpmap.jhm jhelpset.hs jhelptoc.xml + find . -name '*~' -o -name '*.bak' -o -name '.#*' -o -name core | xargs rm -f .PHONY: distrib distrib: