summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-14 14:39:15 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-14 14:39:15 +0200
commite4bc41c765f2b9fec55faa747e8330130c987678 (patch)
tree347206c605adeeba04b0f7fa6d37d0434b248c69 /test
parent282c8f2551d57daf4f4d268b03e67f1752a9fde9 (diff)
- separate manpages from the rest of the doc building
- make apt and apt-utils packages depend on manpages instead of full doc
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index b42a90b25..8207ebdab 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -7,7 +7,7 @@ ifndef NOISY
endif
.PHONY: startup headers library clean veryclean all binary program doc test update-po
-startup all clean veryclean binary program dirs test update-po:
+startup all clean veryclean binary program dirs test update-po manpages:
$(MAKE) -C libapt $@
$(MAKE) -C interactive-helper $@