summaryrefslogtreecommitdiffstats
path: root/configure.in
blob: 465d18a2aa8bc0a4f43fca5ae7e57257ac4901ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_INIT([gnome-user-docs], [2.28.0],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-docs])
AM_INIT_AUTOMAKE

GNOME_DOC_INIT

AM_MAINTAINER_MODE

PKG_CHECK_MODULES(GNOME2_USER_DOCS, [ gnome-doc-utils >= 0.5.6 ])

AC_OUTPUT([
Makefile
gnome-user-docs.spec
gnome2-user-guide/Makefile
gnome2-accessibility-guide/Makefile
gnome2-system-admin-guide/Makefile
])