1## Process this file with automake to produce Makefile.in
2## Created by Anjuta
3
4SUBDIRS = src \
5	pixmaps
6
7gkmapdocdir = ${datadir}/doc/gkmap
8gkmapdoc_DATA = \
9	README\
10	COPYING\
11	AUTHORS\
12	ChangeLog\
13	INSTALL\
14	NEWS
15
16EXTRA_DIST = $(gkmapdoc_DATA)
17
18# Copy all the spec files. Of cource, only one is actually used.
19dist-hook:
20	for specfile in *.spec; do \
21		if test -f $$specfile; then \
22			cp -p $$specfile $(distdir); \
23		fi \
24	done
25
26
27