forked from AuroraMiddleware/gtk
Call msgfmt with -c to catch format string errors
This commit is contained in:
parent
3e7c9de080
commit
113b4e2f2d
@ -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.
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user