diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 17:13:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 17:13:20 +0000 |
commit | 136ae9a638f030752ad667564f63a029178bd6ae (patch) | |
tree | 46994c71c844d51c16f426412ede3d9d19cca4c6 /Master/texmf-dist | |
parent | 3a1a7d4c46761ce5fb8b94d5aa892ad43de7dff0 (diff) |
start 2014 pretest (per doc/releng.txt)
git-svn-id: svn://tug.org/texlive/trunk@33475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/web2c/texmfcnf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/web2c/texmfcnf.lua b/Master/texmf-dist/web2c/texmfcnf.lua index 1282c042cfe..2b78187a036 100644 --- a/Master/texmf-dist/web2c/texmfcnf.lua +++ b/Master/texmf-dist/web2c/texmfcnf.lua @@ -45,13 +45,13 @@ return { -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live TEXMFSYSVAR = "selfautoparent:texmf-var", - TEXMFVAR = "home:.texlive2013/texmf-var", + TEXMFVAR = "home:.texlive2014/texmf-var", -- We have only one cache path but there can be more. The first writable one -- will be chosen but there can be more readable paths. TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR", - TEXMFCONFIG = "home:.texlive2013/texmf-config", + TEXMFCONFIG = "home:.texlive2014/texmf-config", -- I don't like this texmf under home and texmf-home would make more -- sense. One never knows what installers put under texmf anywhere and |