Codebase list gnome-user-docs / 441e0ab7-e500-41af-a367-37f55ed6044d/main configure.ac
441e0ab7-e500-41af-a367-37f55ed6044d/main

Tree @441e0ab7-e500-41af-a367-37f55ed6044d/main (Download .tar.gz)

configure.ac @441e0ab7-e500-41af-a367-37f55ed6044d/mainraw · history · blame

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