From 50301943c086ec4a2b2c744ccdd7b2901df60d9c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 20 Apr 2004 17:52:01 +0000 Subject: Forgot to add *.ps and *.pdf to the `make clean' list! [originally from svn r4098] --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 8b56d43..7530825 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,4 +14,4 @@ halibut.1: manpage.but $(HALIBUT) --man=halibut.1 manpage.but clean: - rm -f *.html *.txt *.hlp *.cnt *.1 *.info* + rm -f *.html *.txt *.hlp *.cnt *.1 *.info* *.ps *.pdf -- cgit v1.1