diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-11 20:26:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-11 20:26:10 +0000 |
commit | e4ac240b2aab8cfa7e290e224e2837359ee089ca (patch) | |
tree | ef9fe92b5826efe43c86ccd1a2dc379e4fd9b343 /Build | |
parent | 5743624ea509ba5a2e1a933dc8e0327cc268ed8c (diff) |
make4ht (11oct21)
git-svn-id: svn://tug.org/texlive/trunk@60738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
3 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht index 1e7b0d73df0..74a9c22d2b9 100755 --- a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht +++ b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht @@ -29,7 +29,7 @@ make4ht [options] filename ["tex4ht.sty op." "tex4ht op." "t4ht op" "latex op"] -- set version number. the template should be replaced by the -- actual version number by the build script -local version = "v0.3i" +local version = "v0.3j" mkparams.version_number = version local args = mkparams.get_args() diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index d0eb1cf8165..42b96194ea1 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 60557 2021-09-20 10:46:43Z preining $ +# $Id: tlmgr.pl 60693 2021-10-04 02:24:25Z preining $ # # Copyright 2008-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 60557 $'; -my $datrev = '$Date: 2021-09-20 12:46:43 +0200 (Mon, 20 Sep 2021) $'; +my $svnrev = '$Revision: 60693 $'; +my $datrev = '$Date: 2021-10-04 04:24:25 +0200 (Mon, 04 Oct 2021) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -63,7 +63,7 @@ BEGIN { } if (-r "$bindir/$kpsewhichname") { # if not in bootstrapping mode => kpsewhich exists, so use it to get $Master - chomp($Master = `kpsewhich -var-value=SELFAUTOPARENT`); + chomp($Master = `kpsewhich -var-value=TEXMFROOT`); } # if we have no directory in which to find our modules, @@ -10239,7 +10239,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 60557 2021-09-20 10:46:43Z preining $ +$Id: tlmgr.pl 60693 2021-10-04 02:24:25Z preining $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html diff --git a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl index dd06e4d1caf..87a95c81bf2 100755 --- a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl +++ b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl @@ -1760,7 +1760,7 @@ proc restore_backups_dialog {} { tk_messageBox -message [__ "No backup directory defined"] return } - set bdir [file join [exec kpsewhich -var-value SELFAUTOPARENT] $bdir] + set bdir [file join [exec kpsewhich -var-value TEXMFROOT] $bdir] if {! [file isdirectory $bdir]} { tk_messageBox -message [__ "Backup directory %s does not exist" $bdir] return |