Files
evolution/plugin.mk
Michael Meeks 601c5fe5a0 Make the intention of /tmp more explicit, and rescue people who happen
to have evolution .po files in /tmp from a sad fate ...
2010-08-06 10:23:47 +01:00

12 lines
344 B
Makefile

%.eplug: %.eplug.in
sed -e 's|\@PLUGINDIR\@|$(plugindir)|' \
-e 's|\@SOEXT\@|$(SOEXT)|' \
-e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|' \
-e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@
%.eplug.in: %.eplug.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@
%.error: %.error.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@