Files
evolution/plugin.mk
2005-05-11 07:22:53 +00:00

9 lines
205 B
Makefile

%.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 $< $@