X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ac96654175265aacb34f3660d35667d26feba138..de6a3945e1211f6edf2069e11f6fbe522d6776d5:/buildlib/manpage.mak diff --git a/buildlib/manpage.mak b/buildlib/manpage.mak index d6a4ba3a5..6cdf73ccf 100644 --- a/buildlib/manpage.mak +++ b/buildlib/manpage.mak @@ -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 @@ -17,8 +17,10 @@ $(LOCAL)-LIST := $(addprefix $(DOC)/,$(SOURCE)) doc: $($(LOCAL)-LIST) veryclean: veryclean/$(LOCAL) +MKDIRS += $(DOC) + $($(LOCAL)-LIST) : $(DOC)/% : % - echo Installing man page %< to $(@D) + echo Installing man page $< to $(@D) cp $< $(@D) # Clean rule