summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-06 22:03:40 +0000
committerKarl Berry <karl@freefriends.org>2023-12-06 22:03:40 +0000
commit25688d1ac4c2cab95e9614516b2dcb9ce0dc2f83 (patch)
treee260f6c28f3b0d730d82c4366f51b8eeb0974954 /Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl
parent696a97d508f1979914d36d4e1ccbd4b9e30cdfb7 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@69053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/fmtutil.pl14
1 files changed, 10 insertions, 4 deletions
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: <https://tug.org/texlive/>
EOF