[Commits] Makefile.in.in 1.1.2.5 1.1.2.6
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jan 4 12:45:12 CET 2012
Update of /home/claws-mail/plugins/rssyl/po
In directory claws-mail:/tmp/cvs-serv11812/po
Modified Files:
Tag: gtk2
Makefile.in.in
Log Message:
2012-01-04 [ticho] 0.32.0cvs2
* po/Makefile.in.in
Exclude "Plugins" string from translation, since it will be
looked up from different gettext domain anyway.
Index: Makefile.in.in
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/po/Attic/Makefile.in.in,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- Makefile.in.in 28 Nov 2008 08:58:16 -0000 1.1.2.5
+++ Makefile.in.in 4 Jan 2012 11:45:10 -0000 1.1.2.6
@@ -51,6 +51,7 @@
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter
+MSGGREP = msggrep
POFILES = @POFILES@
GMOFILES = @GMOFILES@
@@ -144,6 +145,8 @@
else \
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
fi; \
+ $(MSGCONV) $(srcdir)/$(DOMAIN).pot | $(MSGGREP) -v -K -e '^Plugins$$' > $(DOMAIN).my1po && \
+ mv $(DOMAIN).my1po $(srcdir)/$(DOMAIN).pot; \
}
# This rule has no dependencies: we don't need to update $(DOMAIN).pot at
More information about the Commits
mailing list