aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
diff options
context:
space:
mode:
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 $< $@