aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.mk')
-rw-r--r--plugin.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugin.mk b/plugin.mk
index 2df8c53d0e..a98aaf63bb 100644
--- a/plugin.mk
+++ b/plugin.mk
@@ -1,5 +1,8 @@
%.eplug: %.eplug.in
- sed -e 's|\@PLUGINDIR\@|$(plugindir)|' -e 's|\@SOEXT\@|$(SOEXT)|' $< > $@
+ sed -e 's|\@PLUGINDIR\@|$(plugindir)|' \
+ -e 's|\@SOEXT\@|$(SOEXT)|' \
+ -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|' \
+ -e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@
%.eplug.in: %.eplug.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@