]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/Makefile
Merge changes from CUPS trunk, r6739.
[thirdparty/cups.git] / locale / Makefile
index f7962f9802c5fd3a7e77fb2a52e59c4c24c13384..8e3abb3ffea7843de52f2948ad7c401520eff6fb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6683 2007-07-16 20:35:14Z mike $"
+# "$Id: Makefile 6707 2007-07-23 17:49:41Z mike $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -91,7 +91,7 @@ pot:
        mv cups.pot.N cups.pot
        for loc in $(LANGUAGES) ; do \
                echo Merging changes into cups_$$loc.po... ; \
-               msgmerge -o cups_$$loc.po -s --no-location cups_$$loc.po cups.pot ; \
+               msgmerge -o cups_$$loc.po -s -N --no-location cups_$$loc.po cups.pot ; \
        done
 
 
@@ -139,5 +139,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 6683 2007-07-16 20:35:14Z mike $".
+# End of "$Id: Makefile 6707 2007-07-23 17:49:41Z mike $".
 #