Call msgfmt -c to catch format string errors
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-07-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* Makefile.in.in: Call msgfmt with -c to catch
|
||||
format string errors.
|
||||
|
||||
2005-07-25 Ankit Patel <ankit644@yahoo.com>
|
||||
|
||||
* gu.po: Updated Gujarati Translation.
|
||||
|
||||
@@ -80,7 +80,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 \
|
||||
|
||||
Reference in New Issue
Block a user