diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-14 14:39:15 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-14 14:39:15 +0200 |
commit | e4bc41c765f2b9fec55faa747e8330130c987678 (patch) | |
tree | 347206c605adeeba04b0f7fa6d37d0434b248c69 /test | |
parent | 282c8f2551d57daf4f4d268b03e67f1752a9fde9 (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/Makefile | 2 |
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 $@ |