aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
blob: 78353607561a0f0ce394ba6ecc32f4a3c294def3 (plain) (blame)
1
2
3
4
5
6
7
8
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 $< $@