diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-30 00:01:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-30 00:01:08 +0000 |
commit | 601b23784f9caaf149e9faf40d4efc85c4b6ce49 (patch) | |
tree | da275d8b81c4f2f337ce1a189ece1407250a4d7f /Master/texmf/web2c | |
parent | db499bd51b926079f3adf77d3ab0d7f94d1e382a (diff) |
2009
git-svn-id: svn://tug.org/texlive/trunk@13523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index decaa95686d..fb242765fd4 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -89,7 +89,7 @@ TEXMFHOME = ~/texmf % TEXMFVAR = $TEXMFMAIN % For using a separate tree: % TEXMFVAR = ~/.texmf-var # teTeX 3.0 default -TEXMFVAR = ~/.texlive2008/texmf-var +TEXMFVAR = ~/.texlive2009/texmf-var % TEXMFCONFIG, where texconfig stores configuration data. % With teTeX-3.0 or later, this must be set. @@ -99,7 +99,7 @@ TEXMFVAR = ~/.texlive2008/texmf-var % TEXMFCONFIG = ~/.texmf-config # teTeX 3.0 default % For using a separate tree: % TEXMFCONFIG = $SELFAUTOPARENT/texmf-config -TEXMFCONFIG = ~/.texlive2008/texmf-config +TEXMFCONFIG = ~/.texlive2009/texmf-config % Now, list all the texmf trees. If you have multiple trees you can % use shell brace notation, like this: @@ -278,8 +278,7 @@ MFBASES = .;$TEXMF/web2c{/$engine,} MPMEMS = .;$TEXMF/web2c{/$engine,} % % As of 2008, pool files don't exist any more (the strings are compiled -% into the binaries), but just in case something expects to find these -% settings: +% into the binaries), but just in case something expects to find these: TEXPOOL = .;$TEXMF/web2c MFPOOL = ${TEXPOOL} MPPOOL = ${TEXPOOL} |