1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = images
4
5helpdatadir = $(PLUGIN_DATADIR)/help/ru
6
7helpdata_DATA = \
8	gimp-help.xml	\
9	index.html
10
11EXTRA_DIST = $(helpdata_DATA)
12