From: Andre Noll Date: Fri, 24 Jun 2016 11:02:33 +0000 (+0200) Subject: Merge branch 'master' into next X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=1007cedd2f9dfd982575a14c77eca60fdf07cc04;hp=4e72ced9b324545e2b418ee29eb3e6386acfaa0e;p=adu.git Merge branch 'master' into next * master: build: Don't remove adu.png on make clean. --- diff --git a/Makefile b/Makefile index b5cfebd..8e4d653 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ adu.1: adu adu.1.inc man2html $< | sed -e 's|^
$$|

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