Updated Slovak translation
[evolution.git] / plugin.mk
blob7f3528a118b17128a65bad35a103d48da2781c93
1 %.eplug: %.eplug.in
2 sed -e 's|\@PLUGINDIR\@|$(plugindir)|' \
3 -e 's|\@SOEXT\@|$(SOEXT)|' \
4 -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|' \
5 -e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@
7 %.eplug.in: %.eplug.xml
8 LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@
10 %.error: %.error.xml
11 LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@