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