summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf/web2c/texmfcnf.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua
index 546929bba73..cebf0b5f957 100644
--- a/Master/texmf/web2c/texmfcnf.lua
+++ b/Master/texmf/web2c/texmfcnf.lua
@@ -1,4 +1,4 @@
--- original texmfcnf.lua -- TEXMFCACHE setting for luatools --generate.
+-- original texmfcnf.lua: TEXMFCACHE setting for luatools --generate.
-- Public domain.
--
-- If you modify this original file, YOUR CHANGES WILL BE LOST when it
@@ -6,7 +6,9 @@
-- 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'
}