]> git.saurik.com Git - apt.git/blobdiff - buildlib/manpage.mak
* cmdline/apt-get.cc:
[apt.git] / buildlib / manpage.mak
index d6a4ba3a588485e91171b35a417064753793a870..6cdf73ccf1690013aa4ec65ae90f6e80aa158d46 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
 
@@ -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