texlive[73040] trunk: tl-update-auto
commits+karl at tug.org
commits+karl at tug.org
Thu Dec 5 01:40:56 CET 2024
Revision: 73040
https://tug.org/svn/texlive?view=revision&revision=73040
Author: karl
Date: 2024-12-05 01:40:55 +0100 (Thu, 05 Dec 2024)
Log Message:
-----------
tl-update-auto
Modified Paths:
--------------
trunk/Build/source/build-aux/compile
trunk/Build/source/build-aux/depcomp
trunk/Build/source/build-aux/install-sh
trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh
trunk/Build/source/libs/icu/icu-src/source/install-sh
trunk/Build/source/utils/asymptote/doc/FAQ/install-sh
trunk/Build/source/utils/asymptote/doc/install-sh
trunk/Build/source/utils/asymptote/install-sh
trunk/Build/source/utils/m-tx/mtx-src/compile
trunk/Master/doc.html
Modified: trunk/Build/source/build-aux/compile
===================================================================
--- trunk/Build/source/build-aux/compile 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/build-aux/compile 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey at cygnus.com>.
@@ -343,7 +343,7 @@
# Local Variables:
# mode: shell-script
# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/build-aux/depcomp
===================================================================
--- trunk/Build/source/build-aux/depcomp 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/build-aux/depcomp 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
@@ -784,7 +784,7 @@
# Local Variables:
# mode: shell-script
# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/build-aux/install-sh
===================================================================
--- trunk/Build/source/build-aux/install-sh 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/build-aux/install-sh 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -533,7 +533,7 @@
done
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2020-11-14.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -124,9 +124,9 @@
If -S is not specified, no backups are attempted.
-Email bug reports to bug-automake at gnu.org.
-Automake home page: https://www.gnu.org/software/automake/
-"
+Report bugs to <bug-automake at gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>."
while test $# -ne 0; do
case $1 in
@@ -170,7 +170,7 @@
-T) is_target_a_directory=never;;
- --version) echo "$0 $scriptversion"; exit $?;;
+ --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
--) shift
break;;
@@ -345,7 +345,7 @@
' 0
# Because "mkdir -p" follows existing symlinks and we likely work
- # directly in world-writeable /tmp, make sure that the '$tmpdir'
+ # directly in world-writable /tmp, make sure that the '$tmpdir'
# directory is successfully created first before we actually test
# 'mkdir -p'.
if (umask $mkdir_umask &&
@@ -353,7 +353,7 @@
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
then
if test -z "$dir_arg" || {
- # Check for POSIX incompatibilities with -m.
+ # Check for POSIX incompatibility with -m.
# HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
# other-writable bit of parent directory when it shouldn't.
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
@@ -533,7 +533,7 @@
done
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/libs/icu/icu-src/source/install-sh
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/install-sh 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/libs/icu/icu-src/source/install-sh 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -533,7 +533,7 @@
done
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/utils/asymptote/doc/FAQ/install-sh
===================================================================
--- trunk/Build/source/utils/asymptote/doc/FAQ/install-sh 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/utils/asymptote/doc/FAQ/install-sh 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -533,7 +533,7 @@
done
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/utils/asymptote/doc/install-sh
===================================================================
--- trunk/Build/source/utils/asymptote/doc/install-sh 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/utils/asymptote/doc/install-sh 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -533,7 +533,7 @@
done
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/utils/asymptote/install-sh
===================================================================
--- trunk/Build/source/utils/asymptote/install-sh 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/utils/asymptote/install-sh 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -533,7 +533,7 @@
done
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Build/source/utils/m-tx/mtx-src/compile
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/compile 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Build/source/utils/m-tx/mtx-src/compile 2024-12-05 00:40:55 UTC (rev 73040)
@@ -1,7 +1,7 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2024-06-19.01; # UTC
+scriptversion=2024-12-03.03; # UTC
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey at cygnus.com>.
@@ -343,7 +343,7 @@
# Local Variables:
# mode: shell-script
# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html 2024-12-04 21:55:18 UTC (rev 73039)
+++ trunk/Master/doc.html 2024-12-05 00:40:55 UTC (rev 73040)
@@ -14799,7 +14799,7 @@
(<a href="https://ctan.org/pkg/langsci">CTAN</a>):
Typeset books for publication with Language Science Press.
<a href="texmf-dist/doc/xelatex/langsci/documentation/langsci-doc.pdf">langsci-doc.pdf</a>
-<a href="texmf-dist/doc/xelatex/langsci/documentation/langsci-gb4.pdf">langsci-gb4.pdf</a>
+<a href="texmf-dist/doc/xelatex/langsci/documentation/langsci-gb4e.pdf">langsci-gb4e.pdf</a>
<a href="texmf-dist/doc/xelatex/langsci/examples/samplemonograph.pdf">samplemonograph.pdf</a>
<a href="texmf-dist/doc/xelatex/langsci/examples/samplepaper.pdf">samplepaper.pdf</a>
<a href="texmf-dist/doc/xelatex/langsci/examples/samplevolume.pdf">samplevolume.pdf</a>
@@ -30558,5 +30558,5 @@
<p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p>
<hr>
-<small>Generated Wed Dec 4 01:40:18 CET 2024 by tl-update-docindex.</small>
+<small>Generated Thu Dec 5 01:40:48 CET 2024 by tl-update-docindex.</small>
</body></html>
More information about the tex-live-commits
mailing list.