blob: 55515d5d9837b8cbd5697c416a3330111e7fe5e0 (
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
|
NULL =
SUBDIRS = \
po \
config \
pixmaps \
common \
daemon \
gui \
utils \
docs \
data \
$(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'
|