summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 14:26:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 14:26:57 +0000
commit113b4e2f2dcf21d421144d25d5dda3841b4ad742 (patch)
treea01200f8437987f52edc16d52dc4d27e68fb038d
parent3e7c9de0806a784372811f5db02fde902d3ad43b (diff)
downloadgdk-pixbuf-113b4e2f2dcf21d421144d25d5dda3841b4ad742.tar.gz
Call msgfmt with -c to catch format string errors
-rw-r--r--po/ChangeLog3
-rw-r--r--po/Makefile.in.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 541b8a28a..f86c2db58 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,5 +1,8 @@
2005-07-25 Matthias Clasen <mclasen@redhat.com>
+ * Makefile.in.in: Call msgfmt with -c to catch
+ format string errors.
+
* ar.po: Add a missing Plural-Forms declaration, copied
from ar.po in nautilus.
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index ca12eee80..6ba6fec2e 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -78,7 +78,7 @@ INSTOBJEXT = @INSTOBJEXT@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
+ && rm -f $$file && $(GMSGFMT) -c -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \