aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-06 17:23:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:23:04 +0800
commitf77c58f8ae17a65a78213e54f78f8c316ddfc839 (patch)
treea058c3a60a257e9d25ff7c2b95779e33ba0b3d93 /plugin.mk
parenta0e82d31bd8eb804e2987d0b57dd74270dc7b635 (diff)
downloadgsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar
gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar.gz
gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar.bz2
gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar.lz
gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar.xz
gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar.zst
gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.zip
changed .eplug rule to also convert i18n tags if it ends in xml. Also
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. svn path=/trunk/; revision=29303
Diffstat (limited to 'plugin.mk')
-rw-r--r--plugin.mk7
1 files changed, 7 insertions, 0 deletions
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 $< $@