aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
blob: 812ab38cc7e806b1a896427873d376d464acefce (plain) (blame)
1
2
3
4
5
6
7
8
%.eplug: %.eplug.in
    sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@

%.eplug.in: %.eplug.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@

%.error: %.error.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@