aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--pbuildd/Makefile2
2 files changed, 4 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:
diff --git a/pbuildd/Makefile b/pbuildd/Makefile
index 4019b89..53d082a 100644
--- a/pbuildd/Makefile
+++ b/pbuildd/Makefile
@@ -1,5 +1,7 @@
PBUILDDDIR=/usr/share/doc/pbuilder/examples/pbuildd/
+all:
+
clean:
rm -f *~