SparkleShare/data/plugins/Makefile.am
Łukasz Jernaś 7414c0e37b Make plugin descriptions translatable
This includes for now only the build infrastructure,
the necessary code to actually load the translations has to be written.
2011-10-05 09:23:04 +02:00

24 lines
417 B
Makefile

dist_plugins_in_files = \
bitbucket.xml.in \
github.xml.in \
gitorious.xml.in \
gnome.xml.in \
own-server.xml.in
dist_plugins_DATA = \
$(dist_plugins_in_files:.xml.in=.xml) \
github.png \
gitorious.png \
bitbucket.png \
gnome.png \
own-server.png
@INTLTOOL_XML_RULE@
pluginsdir = $(pkgdatadir)/plugins/
EXTRA_DIST=$(xml_in_files) $(xml_DATA)
MAINTAINERCLEANFILES = \
Makefile.in