diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-06 17:23:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:23:04 +0800 |
commit | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (patch) | |
tree | a058c3a60a257e9d25ff7c2b95779e33ba0b3d93 /plugin.mk | |
parent | a0e82d31bd8eb804e2987d0b57dd74270dc7b635 (diff) | |
download | gsoc2013-evolution-f77c58f8ae17a65a78213e54f78f8c316ddfc839.tar.gz 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.mk | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 $< $@ |