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