summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 280ebd1ffafb831d5e52278b0f1dcb72970d5896 (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
NULL =

SUBDIRS = 			\
	po 			\
	config 			\
	pixmaps 		\
	common 			\
	daemon 			\
	gui 			\
	utils 			\
	docs			\
	$(NULL)

# add these when help gets added back
# docs omf-install

EXTRA_DIST = \
	MAINTAINERS		\
	ChangeLog		\
	README			\
	README.install		\
	intltool-extract.in	\
	intltool-merge.in	\
	intltool-update.in	\
	gnome-doc-utils.make

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

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper

distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v '^./share/.*/icons/hicolor/icon-theme.cache'