From f77c58f8ae17a65a78213e54f78f8c316ddfc839 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 6 May 2005 09:23:04 +0000 Subject: changed .eplug rule to also convert i18n tags if it ends in xml. Also 2005-05-06 Not Zed * plugin.mk: changed .eplug rule to also convert i18n tags if it ends in xml. Also convert .error.xml into .error converting i18n tags. svn path=/trunk/; revision=29303 --- ChangeLog | 6 ++++++ plugin.mk | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index b35a07764b..ac89097c01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-06 Not Zed + + * plugin.mk: changed .eplug rule to also convert i18n tags if it + ends in xml. Also convert .error.xml into .error converting i18n + tags. + 2005-05-06 Srinivasa Ragavan * addressbook/gui/component/ldap-config.glade: Changed string 'login' diff --git a/plugin.mk b/plugin.mk index bacbb420f2..7835360756 100644 --- a/plugin.mk +++ b/plugin.mk @@ -1,2 +1,9 @@ %.eplug: %.eplug.in sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@ + +%.eplug: %.eplug.xml + LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< - | \ + sed -e 's|\@PLUGINDIR\@|$(plugindir)|' > $@ + +%.error: %.error.xml + LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@ -- cgit v1.2.3