diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-24 17:47:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-24 17:47:24 +0000 |
commit | d8bf4667bb59f8f32ce917905cd64e658f42dc07 (patch) | |
tree | 06b15ef4e709b6401b4e969adae90183af3268e8 /Master/texmf/web2c | |
parent | 91569ec04bc97b7e2ac78372aa323b470108846a (diff) |
remove old teTeX texmf.in, use MAIN,LOCAL consistently (Nobuyuki Tsuchimura, 23 Jun 2008 20:15:47)
git-svn-id: svn://tug.org/texlive/trunk@8992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index c2f30d1c5fd..e834889b64b 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -108,7 +108,7 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$T % If a tree appears in this list, the mktex* scripts will use % VARTEXFONTS for generated files, if the original tree isn't writable; % otherwise the current working directory is used. -SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST +SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST % Where generated fonts may be written. This tree is used when the sources % were found in a system tree and either that tree wasn't writable, or the @@ -125,18 +125,6 @@ VARTEXFONTS = $TEXMFVAR/fonts % TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST,!!$TEXMFDOC} -% It may be convenient to define TEXMF like this: -% TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,~} -% which allows users to set up entire texmf trees, and tells TeX to -% look in places like ~/tex and ~/bibtex. If you do this, define TEXMFDBS -% like this: -% TEXMFDBS = $TEXMFHOME;$TEXMFLOCAL;$TEXMFMAIN;$VARTEXFONTS -% or mktexlsr will generate an ls-R file for ~ when called, which is -% rarely desirable. If you do this you'll want to define SYSTEXMF like -% this: -% SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST -% so that fonts from a user's tree won't escape into the global trees. -% % On some systems, there will be a system tree which contains all the font % files that may be created as well as the formats. For example % TEXMFVAR = /var/lib/texmf |