diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-06 23:34:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-06 23:34:03 +0000 |
commit | af84b9db7fece90caa80d73b8faa9de75dd9e568 (patch) | |
tree | 745ebd7a73950d0e7099c47a66b6b3deefb2f4bd /Build/source/texk | |
parent | 73e3f7c059fcd8089c33c01b6034e5ad3c9d50d6 (diff) |
make4ht (5nov19)
git-svn-id: svn://tug.org/texlive/trunk@52666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/make4ht/make4ht | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht index b1ff84f7006..fd153164cd7 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.3" +local version = "v0.3b" 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 447bca1ea77..b99d8423122 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -4680,12 +4680,12 @@ sub action_option { } elsif ($what eq $TLPDBOptions{"backupdir"}->[2]) { info("$prg: setting option $what to $val.\n"); if (! -d $val) { - info("$prg: the directory $val does not exists, it has to be created\n"); + info("$prg: the directory $val does not exist; you must create it\n"); info("$prg: before backups can be done automatically.\n"); } $localtlpdb->option($opt, $val); } elsif ($what eq $TLPDBOptions{"w32_multi_user"}->[2]) { - # when running w32 do not allow that a non-admin users sets + # when running w32 do not allow that a non-admin user sets # this from false to true my $do_it = 0; if (win32()) { @@ -4758,6 +4758,8 @@ sub action_option { return ($F_ERROR); } } + my $local_location = $localtlpdb->location; + info("$prg: updating $local_location\n"); $localtlpdb->save; # now also save the TLPOBJ of 00texlive.installation my $tlpo = $localtlpdb->get_package("00texlive.installation"); @@ -7603,7 +7605,7 @@ between an option name and its value. Specify the package repository from which packages should be installed or updated, either a local directory or network location, as below. This -overridesthe default package repository found in the installation's TeX +overrides the default package repository found in the installation's TeX Live Package Database (a.k.a. the TLPDB, which is given entirely in the file C<tlpkg/texlive.tlpdb>). |