1# Copyright (C) 1999, 2000, 2001 Lorenzo Bettini <http://www.lorenzobettini.it>
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11SUBDIRS = m4 gl lib src doc tests
12
13EXTRA_DIST = \
14	source-highlight.spec.in \
15	source-highlight.spec \
16	TODO.txt \
17	CREDITS gl/m4/gnulib-cache.m4 \
18	completion/source-highlight \
19        _sstream \
20        source-highlight.pro defines.pri
21
22source_highlightdoc_DATA = \
23	ChangeLog \
24	COPYING \
25	NEWS \
26	THANKS \
27	INSTALL \
28	README \
29	TODO.txt \
30	CREDITS
31
32if USE_BASH_COMPLETION
33bash_completion_DATA = completion/source-highlight
34else
35bash_completion_DATA =
36endif
37
38ACLOCAL_AMFLAGS = -I m4 -I gl/m4
39
40pkgconfigdir = $(libdir)/pkgconfig
41pkgconfig_DATA = source-highlight.pc
42
43DISTCHECK_CONFIGURE_FLAGS=--with-doxygen
44