blob: f9f53964b1e9dc43e3f1b9a2138ce1cec4a25635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
AC_INIT([gnome-user-docs], [42.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
])
|