Codebase list gnome-user-docs / 3.10.1 configure.ac
3.10.1

Tree @3.10.1 (Download .tar.gz)

configure.ac @3.10.1raw · history · blame

AC_INIT([gnome-user-docs], [3.10.1],
        [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
])