Codebase list gnome-user-docs / 768df6db-6d05-4488-98da-0de37fa9e3bd/main configure.ac
768df6db-6d05-4488-98da-0de37fa9e3bd/main

Tree @768df6db-6d05-4488-98da-0de37fa9e3bd/main (Download .tar.gz)

configure.ac @768df6db-6d05-4488-98da-0de37fa9e3bd/mainraw · history · blame

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