diff options
| -rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |