projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix Alt-Filename handling of file method
[apt.git]
/
buildlib
/
manpage.mak
diff --git
a/buildlib/manpage.mak
b/buildlib/manpage.mak
index 6cdf73ccf1690013aa4ec65ae90f6e80aa158d46..063841d86b80dc2232180d1edf8f98590ca0e511 100644
(file)
--- 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)