diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | plugin.mk | 7 |
2 files changed, 13 insertions, 0 deletions
@@ -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' @@ -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 $< $@ |