Codebase list gnome-user-docs / debian/3.28.0-1 configure.ac
debian/3.28.0-1

Tree @debian/3.28.0-1 (Download .tar.gz)

configure.ac @debian/3.28.0-1raw · history · blame

AC_INIT([gnome-user-docs], [3.28.0],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-docs])
AM_INIT_AUTOMAKE([1.11 check-news tar-ustar dist-xz no-dist-gzip foreign])
AM_SILENT_RULES([yes])

YELP_HELP_INIT

AM_MAINTAINER_MODE([enable])

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