diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-10 23:50:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-10 23:50:35 +0000 |
commit | fea75ea801123d723f9186c9d9aa41a370614ded (patch) | |
tree | 9dc4101442d059541fec1620e2d6e17513fd2eb8 /Master/texmf-dist/scripts | |
parent | 28a154347592fc15db3b95b43082b30833172515 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@49997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 4 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index e23a245ce9b..549909385db 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,6 +1,10 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) +<p><b>tlmgr 49885 (released 6feb19):</b> +<li>runscript.tlu support for tclkit and GUI errors; only doc tweaks for +tlmgr itself. + <p><b>tlmgr 49226 (released 23nov18):</b> <li>new environment variable TEXLIVE_PREFER_OWN to prefer compression (e.g., xz) and download (e.g., wget) programs shipped with TL to those diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index a40e1216f66..e6844f3a0f4 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -8966,8 +8966,8 @@ a possibly different hash), it's harmless to delete them. =head1 CONFIGURATION FILE FOR TLMGR -There are two configuration files for C<tlmgr>: One is system-wide in -C<TEXMFSYSCONFIG/tlmgr/config>, and the other is user-specific in +C<tlmgr> reads two configuration files: one is system-wide, in +C<TEXMFSYSCONFIG/tlmgr/config>, and the other is user-specific, in C<TEXMFCONFIG/tlmgr/config>. The user-specific one is the default for the C<conf tlmgr> action. (Run C<kpsewhich -var-value=TEXMFSYSCONFIG> or C<... TEXMFCONFIG ...> to see the actual |