1## Process this file with automake to produce Makefile.in
2## Created by Anjuta - will be overwritten
3## If you don't want it to overwrite it,
4## 	Please disable it in the Anjuta project configuration
5
6SUBDIRS = intl po src pixmaps
7
8gtkterm2docdir = ${prefix}/doc/gtkterm2
9gtkterm2doc_DATA = \
10	README\
11	COPYING\
12	AUTHORS\
13	ChangeLog\
14	INSTALL\
15	NEWS\
16	TODO\
17	ABOUT-NLS
18
19EXTRA_DIST = $(gtkterm2doc_DATA)
20
21
22
23# Copy all the spec files. Of cource, only one is actually used.
24dist-hook:
25	for specfile in *.spec; do \
26		if test -f $$specfile; then \
27			cp -p $$specfile $(distdir); \
28		fi \
29	done
30
31