summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-02-14 21:35:15 +0100
committerDidier Raboud <odyx@debian.org>2013-02-14 21:35:15 +0100
commitb6ce4815270d968ea3ec13520c5e111162d32dcc (patch)
tree8e95b76b0de9b47bc6abbce860582f445af27825
parent4874f13fb0d92c1e27a19bb8c103986676234d71 (diff)
downloadcups-b6ce4815270d968ea3ec13520c5e111162d32dcc.tar.gz
Make the manpage un-patchification actually work
-rw-r--r--debian/patches/manpage-translations.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/manpage-translations.patch b/debian/patches/manpage-translations.patch
index 67d96e21..a04b66cf 100644
--- a/debian/patches/manpage-translations.patch
+++ b/debian/patches/manpage-translations.patch
@@ -27,7 +27,7 @@ Bug-Debian: http://bugs.debian.org/478597
+
+translations:
+ # Update the translations and build the translated material
-+ po4a --previous debian/manpage-po4a/cups.cfg
++ po4a --previous ../debian/manpage-po4a/cups.cfg
+ for lang in $(LANGUAGES); do $(MAKE) -C $$lang; done
@@ -39,8 +39,8 @@ Bug-Debian: http://bugs.debian.org/478597
+ for lang in $(LANGUAGES); do $(MAKE) -C $$lang clean; done
+ # Make sure the PO files are updated and remove generated
+ # translations.
-+ po4a --previous --rm-translations debian/manpage-po4a/cups.cfg
-+ $(RM) debian/manpage-po4a/po/cups.pot
++ po4a --previous --rm-translations ../debian/manpage-po4a/cups.cfg
++ $(RM) ../debian/manpage-po4a/po/cups.pot
#