blob: 13f641f1ede871f7e008455dbba6a578d007ba8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## Process this file with automake to produce Makefile.in
SUBDIRS = actions data src docs po
NULL =
EXTRA_DIST = \
HACKING \
$(NULL)
# xsltproc barfs on 'make distcheck'; disable for now
DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc --disable-introspection
clean-local :
rm -f *~
|