]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/Makefile
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / locale / Makefile
index 8e3abb3ffea7843de52f2948ad7c401520eff6fb..7dddf9843b97c9f1b22fdc1912170c422144df96 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6707 2007-07-23 17:49:41Z mike $"
+# "$Id: Makefile 6926 2007-09-06 14:34:31Z mike $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -16,8 +16,8 @@
 include ../Makedefs
 
 
-OBJS   =       po2strings.o strings2po.o translate.o
-TARGETS        =       po2strings strings2po translate
+OBJS   =       checkpo po2strings.o strings2po.o translate.o
+TARGETS        =       checkpo po2strings strings2po translate
 
 
 #
@@ -95,6 +95,18 @@ pot:
        done
 
 
+#
+# checkpo - A simple utility to check PO files for correct translation
+#           strings.
+#
+# checkpo filename.po [... filenameN.po]
+#
+
+checkpo:       checkpo.o ../cups/$(LIBCUPS)
+       echo Linking $<...
+       $(CC) $(LDFLAGS) -o checkpo checkpo.o $(LIBS)
+
+
 #
 # po2strings - A simple utility which uses iconv to convert GNU gettext
 #              message catalogs to Mac OS X .strings files.
@@ -139,5 +151,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 6707 2007-07-23 17:49:41Z mike $".
+# End of "$Id: Makefile 6926 2007-09-06 14:34:31Z mike $".
 #