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 /buildlib/manpage.mak | |
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 'buildlib/manpage.mak')
-rw-r--r-- | buildlib/manpage.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildlib/manpage.mak b/buildlib/manpage.mak index 6cdf73ccf..063841d86 100644 --- a/buildlib/manpage.mak +++ b/buildlib/manpage.mak @@ -14,7 +14,8 @@ LOCAL := manpage-$(firstword $(SOURCE)) $(LOCAL)-LIST := $(addprefix $(DOC)/,$(SOURCE)) # Install generation hooks -doc: $($(LOCAL)-LIST) +doc: manpages +manpages: $($(LOCAL)-LIST) veryclean: veryclean/$(LOCAL) MKDIRS += $(DOC) |