diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-10 00:12:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-10 00:12:14 +0000 |
commit | 8ca533f6b861bcaba7ce56d6b638640d5fdfe52b (patch) | |
tree | 9745517d7adbc9b146ea2139ee656741ef8d73bb /Master | |
parent | d7178ae49c9c7094fbb9da53e66ca459560b95d9 (diff) |
mention intended use by context, only
git-svn-id: svn://tug.org/texlive/trunk@19324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index 546929bba73..cebf0b5f957 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -1,4 +1,4 @@ --- original texmfcnf.lua -- TEXMFCACHE setting for luatools --generate. +-- original texmfcnf.lua: TEXMFCACHE setting for luatools --generate. -- Public domain. -- -- If you modify this original file, YOUR CHANGES WILL BE LOST when it @@ -6,7 +6,9 @@ -- is, if this file is installed in -- /some/path/to/texlive/2010/texmf/web2c/texmfcnf.lua, -- put your custom settings in /some/path/to/texlive/2010/texmfcnf.lua. - +-- +-- This file is intended only for use by ConTeXt. +-- return { TEXMFCACHE = '~/.texlive2010/texmf-var' } |