Update xorg-docs to version 1.7.2

This commit is contained in:
matthieu
2022-08-31 08:25:13 +00:00
parent c7561e97e4
commit a210f4457f
40 changed files with 1036 additions and 1280 deletions

View File

@@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xorg-docs],
[1.7.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[1.7.2],
[https://gitlab.freedesktop.org/xorg/doc/xorg-docs/issues],
[xorg-docs])
AC_CONFIG_SRCDIR([Makefile.am])
@@ -53,7 +53,6 @@ AC_CONFIG_FILES([Makefile
specs/Makefile
specs/CTEXT/Makefile
specs/ICCCM/Makefile
specs/Xext/Makefile
specs/XLFD/Makefile
specs/Xserver/Makefile])
AC_OUTPUT