summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-09 23:57:19 +0000
committerKarl Berry <karl@freefriends.org>2010-10-09 23:57:19 +0000
commitee5f5ab0e285b207a303e3dcdc9ef2e12b5fe23b (patch)
tree380435188e7faaed2c36b234ae8d86765ca75325 /Master
parent943ac8a3417f82258de29637573d7741e0cfe507 (diff)
TEXMFCACHE for context mkiv, not texmfvar,
although default values are the same. git-svn-id: svn://tug.org/texlive/trunk@20034 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/doc/texlive/texlive-en/texlive-en.tex17
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf/doc/texlive/texlive-en/texlive-en.tex b/Master/texmf/doc/texlive/texlive-en/texlive-en.tex
index bd2320d21a1..c72cb58b17b 100644
--- a/Master/texmf/doc/texlive/texlive-en/texlive-en.tex
+++ b/Master/texmf/doc/texlive/texlive-en/texlive-en.tex
@@ -304,7 +304,10 @@ directories in your installation.
store modified configuration data.
\item [TEXMFVAR] The (personal) tree used by \verb+texconfig+,
\verb+updmap+ and \verb+fmtutil+ to store (cached) runtime data such
- as format files and generated map files. Also used by \ConTeXt\ Mk\acro{IV}.
+ as format files and generated map files.
+\item [TEXMFCACHE] The (personal) tree used by \ConTeXt\ Mk\acro{IV}
+ to store (cached) runtime data. Default value in \TL\ is the same as
+ \verb+TEXMFVAR+.
\item [TEXMFSYSVAR] The (site-wide) tree used by \verb+texconfig-sys+,
\verb+updmap-sys+ and \verb+fmtutil-sys+, and also by \verb+tlmgr+, to
store (cached) runtime data such as format files and generated map files.
@@ -341,7 +344,7 @@ The default layout is:
\item[.texlive2010] Privately generated and configuration data
for the current release.
\begin{ttdescription}
- \item [texmf-var\ \ \ ] \envname{TEXMFVAR}
+ \item [texmf-var\ \ \ ] \envname{TEXMFVAR}, \envname{TEXMFCACHE}
\item [texmf-config] \envname{TEXMFCONFIG}
\end{ttdescription}
\item[texmf] \envname{TEXMFHOME} Personal macros, etc.
@@ -793,8 +796,10 @@ newly-written configuration files, since it usefully refers to the home
directory of any individual running \TeX. It expands to
\dirname{$HOME} on Unix and \verb|%USERPROFILE%| on Windows.
-\dirname{TEXMFVAR} is the location for storing cached runtime data
-specific to each user, including the \ConTeXt\ Mk\acro{IV} cache.
+\dirname{TEXMFVAR} is the location for storing most cached runtime data
+specific to each user. \dirname{TEXMFCACHE} is used for that purpose by
+\ConTeXt\ Mk\acro{IV} (see section~\ref{sec:context-mkiv},
+\p.\pageref{sec:context-mkiv}).
\subsubsection{Options}
@@ -1054,7 +1059,9 @@ run:
luatools --generate
context --make
\end{sverbatim}
-The resulting files are stored under \code{TEXMFVAR}.
+The resulting files are stored under \code{TEXMFCACHE},
+with the same default value in \TL\ as
+\dirname{TEXMFVAR}, as defined in \filename{texmfcnf.lua}.
For more information, see
\url{http://wiki.contextgarden.net/Running_Mark_IV} and