+2022-10-25 Simon Josefsson <simon@josefsson.org>
+
+ gendocs: Output timestamp in English.
+ * build-aux/gendocs.sh (SETLANG): Add LC_TIME= for "date".
+
2022-10-23 Bruno Haible <bruno@clisp.org>
assert-h: Make static_assert work on Solaris 11.4.
# gendocs.sh -- generate a GNU manual in many formats. This script is
# mentioned in maintain.texi. See the help message below for usage details.
-scriptversion=2022-01-01.00
+scriptversion=2022-10-25.23
# Copyright 2003-2022 Free Software Foundation, Inc.
#
scripturl="https://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/gendocs.sh"
templateurl="https://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/gendocs_template"
-: "${SETLANG="env LANG= LC_MESSAGES= LC_ALL= LANGUAGE="}"
+: "${SETLANG="env LANG= LC_TIME= LC_MESSAGES= LC_ALL= LANGUAGE="}"
: "${MAKEINFO="makeinfo"}"
: "${TEXI2DVI="texi2dvi"}"
: "${DOCBOOK2HTML="docbook2html"}"