summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: fb399cbe5feaf64e4c55552893a24bbe5e15ae85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
if ENABLE_BUILD_UTILS

build_SUBDIRS = xml2po

pkgdata_DATA=\
	template.omf.in \
	template.make \
	template-document.xml

endif

# doc must go last
SUBDIRS = data po xslt tools $(build_SUBDIRS) doc

ACLOCAL_AMFLAGS = -I m4 -I tools ${ACLOCAL_FLAGS}

EXTRA_DIST = 						\
	$(pkgdata_DATA)					\
	COPYING.GPL					\
	COPYING.LGPL					\
	bootstrap.make					\
	intltool-extract.in  				\
	intltool-merge.in    				\
	intltool-update.in

DISTCLEANFILES =					\
	intltool-extract  				\
	intltool-merge    				\
	intltool-update					\
	gnome-doc-utils.make

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper

distuninstallcheck_listfiles =  \
find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print