From 2e37cce23f1920a1f83639df7fb81b36a1aa0644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 30 Jan 2010 22:41:28 +0100 Subject: Run subdirs' "all" target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3