]> git.saurik.com Git - apt.git/blobdiff - buildlib/po4a_manpage.mak
eipp: implement version 0.1 of the protocol
[apt.git] / buildlib / po4a_manpage.mak
index 2e98652a55793c1ec87174a18a4adff3b3638d88..df12e115c41586d1713c05158c2cd33961699ac0 100644 (file)
@@ -51,7 +51,7 @@ clean/$(LOCAL):
        rm -f $($(@F)-LIST) apt.ent apt-verbatim.ent
 veryclean/$(LOCAL):
        # we are nuking the directory we are working in as it is auto-generated
-       rm -rf $(shell readlink -f .)
+       rm -rf '$(abspath .)'
 
 HAVE_PO4A=yes
 endif
@@ -60,7 +60,7 @@ endif
 INCLUDES :=
 
 ifndef HAVE_PO4A
-# Strip from the source list any man pages we dont have compiled already
+# Strip from the source list any man pages we don't have compiled already
 SOURCE := $(wildcard $(SOURCE))
 endif