From c394458b3dac08352a84d2c7bac8f85a90e985ab Mon Sep 17 00:00:00 2001 From: Adam Di Carlo Date: Fri, 24 Jan 2003 00:09:33 +0000 Subject: [PATCH] clean target cleans backup files and such --- testdocs/Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.50.0