summaryrefslogtreecommitdiffstats
path: root/configure.in
blob: ac5d1748e58f22a7f31e63cd0883d8a2b83c2f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_INIT([gnome-user-docs], [2.26.2],
        [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
])