aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--plugin.mk7
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b35a07764b..ac89097c01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-06 Not Zed <NotZed@Ximian.com>
+
+ * 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 <sragavan@novell.com>
* 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 $< $@