This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
SUBDIRS = po data gladeui src plugins doc |
| 2 |
|
| 3 |
if HAVE_GNOME_DOC_UTILS |
| 4 |
SUBDIRS += help |
| 5 |
endif |
| 6 |
|
| 7 |
ACLOCAL_AMFLAGS = -I m4 |
| 8 |
|
| 9 |
EXTRA_DIST = \ |
| 10 |
autogen.sh \ |
| 11 |
COPYING.GPL \ |
| 12 |
COPYING.LGPL \ |
| 13 |
intltool-extract.in \ |
| 14 |
intltool-merge.in \ |
| 15 |
intltool-update.in \ |
| 16 |
gnome-doc-utils.make |
| 17 |
|
| 18 |
DISTCLEANFILES = intltool-extract \ |
| 19 |
intltool-merge \ |
| 20 |
intltool-update \ |
| 21 |
gnome-doc-utils.make |
| 22 |
|
| 23 |
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc |