blob: d137f89daf069d2bd26936a9329b409070aea39e (
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
36
37
38
|
NULL =
SUBDIRS = \
data \
config \
common \
daemon \
libgreeter \
gui \
utils \
docs \
po \
$(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 \
xmldocs.make \
omf.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'
|