diff options
author | Norbert Preining <preining@logic.at> | 2010-05-27 08:49:57 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-27 08:49:57 +0000 |
commit | edc05ec3ec9164127412fd499d9b4b239f576fb9 (patch) | |
tree | b284325b86e1786fd5c07c3e17498e73cdfe07a7 /Build/source/texk/kpathsea | |
parent | aa5afe9a916c5126011cc1ebf6b6724adeb1324d (diff) |
remove TEXMFCACHE setting from texmf.cnf files, it is useless there
git-svn-id: svn://tug.org/texlive/trunk@18523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index fb5f39df84e..98dc16b4698 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -91,12 +91,6 @@ TEXMFHOME = ~/texmf % TEXMFVAR = ~/.texmf-var # teTeX 3.0 default TEXMFVAR = ~/.texlive2010/texmf-var -% TEXMFCACHE, where luatools (from context) stores cached data. -% The default setting gives each user a private copy of the -% cache. For sharing data between all users: -% TEXMFCACHE = $TEXMFSYSVAR -TEXMFCACHE = $TEXMFVAR - % TEXMFCONFIG, where texconfig stores configuration data. % With teTeX-3.0 or later, this must be set. % For sharing this tree with $TEXMFMAIN: |