blob: 546929bba73f53597f7719697f83dd30cb6898c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- 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.
return {
TEXMFCACHE = '~/.texlive2010/texmf-var'
}
|