summaryrefslogtreecommitdiff
path: root/Master/texmf/web2c/texmfcnf.lua
blob: cebf0b5f95766aaec15f27ea4bfc61b0be5a5efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- original texmfcnf.lua: TEXMFCACHE setting for luatools --generate.
-- Public domain.
--
-- 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.
--
-- This file is intended only for use by ConTeXt.
--
return {
  TEXMFCACHE = '~/.texlive2010/texmf-var'
}