File: Makefile.am

package info (click to toggle)
gnome-doc-utils 0.20.10-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,048 kB
  • sloc: xml: 8,323; sh: 4,326; python: 947; makefile: 281; awk: 253
file content (35 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (2)
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

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