summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 20:59:55 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 20:59:55 +0200
commit4ddc0bb6de85d409501de745bf1d3df896b15c02 (patch)
treec7e58d51dea8204643efeca33bef67f6cbf162d5 /locale/Makefile
parent49a2853988b074d087e82c51aec4f9fc052a057d (diff)
downloadcups-4ddc0bb6de85d409501de745bf1d3df896b15c02.tar.gz
Imported Upstream version 1.5.2upstream/1.5.2
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/Makefile b/locale/Makefile
index a6c8d298..6f735826 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 9771 2011-05-12 05:21:56Z mike $"
+# "$Id: Makefile 10209 2012-01-30 22:19:03Z mike $"
#
# Locale file makefile for CUPS.
#
@@ -140,9 +140,9 @@ pot: checkpo po2strings
mv cups.pot.N cups.pot
echo Checking cups.pot...
./checkpo cups.pot
- for loc in $(LANGUAGES) ; do \
+ for loc in *.po; do \
echo Merging changes into cups_$$loc.po... ; \
- msgmerge -o cups_$$loc.po -s -N --no-location cups_$$loc.po cups.pot ; \
+ msgmerge -o $$loc -s -N --no-location $$loc cups.pot ; \
done
echo Updating cups.strings...
./po2strings cups.pot cups.strings
@@ -215,5 +215,5 @@ include Dependencies
#
-# End of "$Id: Makefile 9771 2011-05-12 05:21:56Z mike $".
+# End of "$Id: Makefile 10209 2012-01-30 22:19:03Z mike $".
#