From 4ddc0bb6de85d409501de745bf1d3df896b15c02 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Thu, 25 Oct 2012 20:59:55 +0200 Subject: Imported Upstream version 1.5.2 --- locale/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'locale/Makefile') 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 $". # -- cgit v1.2.3