From 25688d1ac4c2cab95e9614516b2dcb9ce0dc2f83 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Dec 2023 22:03:40 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@69053 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/texk/texlive/linked_scripts/texlive/fmtutil.pl | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl index 5634d65757c..d22b3350c28 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: fmtutil.pl 68715 2023-11-01 17:28:01Z karl $ +# $Id: fmtutil.pl 68962 2023-11-24 23:01:43Z karl $ # fmtutil - utility to maintain format files. # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) # @@ -24,11 +24,11 @@ BEGIN { TeX::Update->import(); } -my $svnid = '$Id: fmtutil.pl 68715 2023-11-01 17:28:01Z karl $'; -my $lastchdate = '$Date: 2023-11-01 18:28:01 +0100 (Wed, 01 Nov 2023) $'; +my $svnid = '$Id: fmtutil.pl 68962 2023-11-24 23:01:43Z karl $'; +my $lastchdate = '$Date: 2023-11-25 00:01:43 +0100 (Sat, 25 Nov 2023) $'; $lastchdate =~ s/^\$Date:\s*//; $lastchdate =~ s/ \(.*$//; -my $svnrev = '$Revision: 68715 $'; +my $svnrev = '$Revision: 68962 $'; $svnrev =~ s/^\$Revision:\s*//; $svnrev =~ s/\s*\$$//; my $version = "r$svnrev ($lastchdate)"; @@ -1611,6 +1611,12 @@ Supporting development binaries: easily running development binaries in parallel with the released binaries. +Environment: + + This script runs TeX and Metafont to generate the fmt/base file, and + thus all normal environment variables and search path rules for TeX/MF + apply. + Report bugs to: tex-live\@tug.org TeX Live home page: EOF -- cgit v1.2.3