Codebase list gnome-user-docs / 7fa047d3-174e-45ff-8ae7-2a0a421ac98d/main configure.ac
7fa047d3-174e-45ff-8ae7-2a0a421ac98d/main

Tree @7fa047d3-174e-45ff-8ae7-2a0a421ac98d/main (Download .tar.gz)

configure.ac @7fa047d3-174e-45ff-8ae7-2a0a421ac98d/mainraw · history · blame

AC_INIT([gnome-user-docs], [40.4],
        [https://gitlab.gnome.org/GNOME/gnome-user-docs/issues])
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
])