]> git.saurik.com Git - apt.git/blobdiff - buildlib/manpage.mak
avoid triggering gcc's -Wunsafe-loop-optimizations in EDSP
[apt.git] / buildlib / manpage.mak
index cfa5fc1a2a087627b3d1a91e5cddbdb89040477c..063841d86b80dc2232180d1edf8f98590ca0e511 100644 (file)
@@ -5,7 +5,7 @@
 # Input
 # $(SOURCE) - The documents to use
 
-# All output is writtin to files in the build doc directory
+# All output is written to files in the build doc directory
 
 # See defaults.mak for information about LOCAL
 
@@ -14,9 +14,12 @@ 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)
+
 $($(LOCAL)-LIST) : $(DOC)/% : %
        echo Installing man page $< to $(@D)
        cp $< $(@D)