diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-02 21:53:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-02 21:53:38 +0000 |
commit | 9714d2bea6b318b1d024e34b07d229c03f78eabb (patch) | |
tree | 701ab029dca327ff4838a7b067f92186d8f90f71 /Master/texmf | |
parent | 34efb674af2282181f80afc4e28bf8c3b2d50ae4 (diff) |
* install-tl, install-menu-text.pl: support changing TEXMFVAR and
TEXMFCONFIG, write in profile, etc.
mkdirhier TEXMFVAR before running luatools --generate.
* tl-update-tlnet: message change.
* texmfcnf.lua: doc changes.
git-svn-id: svn://tug.org/texlive/trunk@18699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-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' |