aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-30 22:41:28 +0100
committerLoïc Minier <lool@dooz.org>2010-01-30 22:41:28 +0100
commit2e37cce23f1920a1f83639df7fb81b36a1aa0644 (patch)
treec2c7fcf5397bc9036197a3c0620f511301885a2d /Makefile
parente776cded7597afc72ef1a2d6d890abba13e727e1 (diff)
downloadpbuilder-2e37cce23f1920a1f83639df7fb81b36a1aa0644.tar
pbuilder-2e37cce23f1920a1f83639df7fb81b36a1aa0644.tar.gz
Run subdirs' "all" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36f310c..65fdf68 100644
--- a/Makefile
+++ b/Makefile
@@ -177,6 +177,8 @@ CHECK_SCRIPTS += $(NOINST_SCRIPTS)
CHECK_SCRIPTS += $(foreach d,$(ALLDIRS),$($(d)_SCRIPTS))
all:
+ $(MAKE) -C pbuildd $@
+ $(MAKE) -C Documentation $@
check: export PBUILDER_CHECKOUT := $(CURDIR)
check: