summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-06 21:32:34 +0000
committerKarl Berry <karl@freefriends.org>2020-03-06 21:32:34 +0000
commit1dae86987b4152b234ab39938157bb6a078b4852 (patch)
treecc9580a69acdf690cb5f30c0fddfae604d7a96cb /Build
parent994560f76edc0ba77542b37a69a0f7e2de8733a1 (diff)
l3 (6mar20)
git-svn-id: svn://tug.org/texlive/trunk@54131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl12
1 files changed, 5 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index bbb89c01c62..63796163ae3 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 54087 2020-03-05 00:48:55Z preining $
+# $Id: tlmgr.pl 54118 2020-03-05 22:27:22Z karl $
#
# Copyright 2008-2020 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 54087 $';
-my $datrev = '$Date: 2020-03-05 01:48:55 +0100 (Thu, 05 Mar 2020) $';
+my $svnrev = '$Revision: 54118 $';
+my $datrev = '$Date: 2020-03-05 23:27:22 +0100 (Thu, 05 Mar 2020) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -5529,6 +5529,7 @@ sub check_runfiles {
|README.*
|a_.*\.enc
|cid2code\.txt
+ |context\.json
|etex\.src
|fithesis.*
|u?kinsoku\.tex
@@ -5716,7 +5717,6 @@ sub check_executes {
if (",$TeXLive::TLConfig::PartialEngineSupport," =~ /,$engine,/) {
# luajit[hb]tex is special since it is not available on all architectures
# due to inherent reasons (machine code);
- # luahbtex is special until we build it everywhere for TL'20.
#
# We do not want to have error messages here, so we do the following:
# * if tlpkg/tlpsrc/luajittex.tlpsrc is available, then load it
@@ -5728,8 +5728,6 @@ sub check_executes {
my $pkg;
if ($engine =~ /luajit(hb)?tex/) {
$pkg = "luajittex";
- } elsif ($engine eq "luahbtex") {
- $pkg = "luahbtex";
} elsif ($engine eq "mfluajit") {
$pkg = "mflua";
} else {
@@ -10011,7 +10009,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 54087 2020-03-05 00:48:55Z preining $
+$Id: tlmgr.pl 54118 2020-03-05 22:27:22Z karl $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html