From: Andre Noll Date: Sun, 2 Nov 2008 19:53:38 +0000 (+0100) Subject: make clean: Remove more derived files. X-Git-Tag: v0.0.4~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=0643775c40e8726d75b2a556fd8459964169f04a make clean: Remove more derived files. --- diff --git a/Makefile b/Makefile index ce55831..992246e 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ adu.1: adu adu.1.inc man2html $< | sed -e 's|^
$$|

|g' > $@ clean: - rm -f *.o adu *cmdline.c *cmdline.h + rm -f *.o adu *cmdline.c *cmdline.h adu.1 adu.1.html adu.png index.html adu.sk~ index.html: adu.1.html index.html.in INSTALL README sed -e '/@README@/,$$d' index.html.in > $@