aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-18 11:05:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-18 11:05:43 +0000
commitc219ebe8f1e9794c57c546212bdebe26af71815a (patch)
treec0def1edc99939be793c85ed91dbacb2f91ab79c /po/Makefile.in.in
parentc7c54a272476bb96923da48d00328229b44fdbd0 (diff)
added 'Copy this link' to the context menu of textview.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@116 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 092b4e0d..4405535a 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -74,11 +74,11 @@ INSTOBJEXT = @INSTOBJEXT@
$(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*.pox
.po.mo:
- $(MSGFMT) -o $@ $<
+ $(MSGFMT) -c -o $@ $<
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
+ && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \