summaryrefslogtreecommitdiff
path: root/configure.ac
blob: b4e1424063d34fb88e46de437a517131ccfec50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AC_INIT([gnome-user-docs], [3.20.2],
        [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
])