summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-23 15:19:52 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:03 +0100
commitef3cb9d56ba76727af70a0ddab65edc73a7cdbd9 (patch)
treecc312e0ed0e5c0ee3d0e25378ae0f1594b033ff0 /Makefile
parent38c5f31c31d1b4b2b1b70a83f97c23b32083024d (diff)
downloadlive-boot-ef3cb9d56ba76727af70a0ddab65edc73a7cdbd9.tar.gz
live-boot-ef3cb9d56ba76727af70a0ddab65edc73a7cdbd9.zip
Actually building/cleaning manpages through targets in Makefile.
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: