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

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

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