diff options
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index 0380ff3b1a2..546929bba73 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -1,10 +1,11 @@ +-- original texmfcnf.lua -- TEXMFCACHE setting for luatools --generate. +-- Public domain. -- --- texmfcnf.lua --- specifies the necessary TEXMFCACHE setting. --- if you want a different location for the cache please copy this --- file to the root of your installation (2 directories up) and --- change the setting there, as changes here will be overwritten --- by updates. +-- If you modify this original file, YOUR CHANGES WILL BE LOST when it +-- is updated. Instead, put your version in ../../texmfcnf.lua. That +-- 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. return { TEXMFCACHE = '~/.texlive2010/texmf-var' |