summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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: