Codebase list gnome-user-docs / 33392558-c566-4308-b3ee-72d38ecb7fdc/upstream/44.1 configure.ac
33392558-c566-4308-b3ee-72d38ecb7fdc/upstream/44.1

Tree @33392558-c566-4308-b3ee-72d38ecb7fdc/upstream/44.1 (Download .tar.gz)

configure.ac @33392558-c566-4308-b3ee-72d38ecb7fdc/upstream/44.1raw · history · blame

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