diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-25 22:15:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-25 22:15:36 +0000 |
commit | 7333c89e7a975c71d5c0c727a80e20d2b090d048 (patch) | |
tree | b70151fa0b44610e4204dfab54d9f32cf4761db6 /Master/texmf-dist/web2c | |
parent | 87e7493a519d6a3947b306b40adc23bb8b954010 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@50596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/web2c')
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index c951999fa74..97ed2a78714 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -109,12 +109,12 @@ TEXMFAUXTREES = {} % the search paths. tlmgr takes care to end any value with a trailing comma. TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST} -% Where to look for ls-R files. There need not be an ls-R in the -% directories in this path, but if there is one, Kpathsea will use it. -% By default, this is only the !! elements of TEXMF, so that mktexlsr -% does not create ls-R files in the non-!! elements -- because if an -% ls-R is present, it will be used, and the disk will not be searched. -% This is arguably a bug in kpathsea. +% Where to look for, and where mktexlsr creates, ls-R files. By default, +% this is all and only the !! elements of TEXMF, so that mktexlsr does not +% create ls-R files in the non-!! elements -- because if an ls-R is +% present, it will be used, and the disk will not (usually) be searched, +% regardless of !!. Although in principle a directory listed here need +% not contain an ls-R file, in practice they all should. TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST} % The system trees. These are the trees that are shared by all users. |