From dd2b09bbfc0c25c3080b09fb018f4d2d4fff2202 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 23 Jan 2009 15:19:52 +0100 Subject: [PATCH] Actually building/cleaning manpages through targets in Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.1.4