summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 1e60b9be16dbbb76f473d43279303b410f6f728c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AC_INIT([gnome-user-docs], [3.11.91],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-docs])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

YELP_HELP_INIT

AM_MAINTAINER_MODE([enable])

AC_OUTPUT([
Makefile
gnome-help/Makefile
system-admin-guide/Makefile
])