From: Daniel Baumann Date: Fri, 23 Jan 2009 14:19:52 +0000 (+0100) Subject: Actually building/cleaning manpages through targets in Makefile. X-Git-Tag: debian/2.0.15-1~366 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=ef3cb9d56ba76727af70a0ddab65edc73a7cdbd9;p=live-boot-grml.git Actually building/cleaning manpages through targets in Makefile. --- diff --git a/Makefile b/Makefile index b9a9e6d..40ce7af 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ test: fi build: + $(MAKE) -C manpages install: test build # Installing configuration @@ -126,6 +127,7 @@ update: "http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist" clean: + $(MAKE) -C manpages clean distclean: