]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
gendocs: Output timestamp in English.
authorSimon Josefsson <simon@josefsson.org>
Tue, 25 Oct 2022 21:39:15 +0000 (23:39 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 25 Oct 2022 21:39:15 +0000 (23:39 +0200)
* build-aux/gendocs.sh (SETLANG): Add LC_TIME= for "date".

ChangeLog
build-aux/gendocs.sh

index 6f4bea5c1cd40e3c46b916e4af68f492c15b76ca..f410dbe048a569632c187498b0ec715670faa54a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index f6811eea4618926068292700aa9a9fa3570dcb03..ff0002928324f9994402ea9c0b686f8b00cdf3ca 100755 (executable)
@@ -2,7 +2,7 @@
 # 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.
 #
@@ -40,7 +40,7 @@ srcdir=`pwd`
 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"}"