Actually building/cleaning manpages through targets in Makefile.
authorDaniel Baumann <daniel@debian.org>
Fri, 23 Jan 2009 14:19:52 +0000 (15:19 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:03 +0000 (17:48 +0100)
Makefile

index b9a9e6d..40ce7af 100644 (file)
--- 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: