[Commits] Makefile.in.in 1.1.2.6 1.1.2.7
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jan 4 15:28:50 CET 2012
Update of /home/claws-mail/plugins/rssyl/po
In directory claws-mail:/tmp/cvs-serv14598/po
Modified Files:
Tag: gtk2
Makefile.in.in
Log Message:
2012-01-04 [ticho] 0.32.0cvs3
* po/Makefile.in.in
* src/gettext.h
* src/rssyl_prefs.c
Instead of mangling resulting .pot file, use different macro
for dgettext() calls for different text domain, so that
xgettext doesn't include the strings in the .pot file.
Index: Makefile.in.in
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/po/Attic/Makefile.in.in,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- Makefile.in.in 4 Jan 2012 11:45:10 -0000 1.1.2.6
+++ Makefile.in.in 4 Jan 2012 14:28:48 -0000 1.1.2.7
@@ -145,8 +145,6 @@
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