blob: 78353607561a0f0ce394ba6ecc32f4a3c294def3 (
plain) (
tree)
|
|
%.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 $< $@
|