diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 20:14:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 20:14:08 +0000 |
commit | a4bc3c23207d7f1f452e01041d0649aa05cea55f (patch) | |
tree | 37e178c5832583d1d142e11b802c6b33f0fd491d /Master/texmf | |
parent | 325dd9ad15fdb011c9e04c6a5573375d3ff8c426 (diff) |
try using ~ instead of $HOME, to avoid spurious //
git-svn-id: svn://tug.org/texlive/trunk@5980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 5321d057a7e..a5ceaa7b7b9 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -81,25 +81,25 @@ TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config % User texmf trees are allowed as follows. % This used to be HOMETEXMF. -TEXMFHOME = $HOME/texmf +TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig stores variable runtime data. % With teTeX-3.0 or later, this must be set. % For sharing this tree with $TEXMFMAIN: % TEXMFVAR = $TEXMFMAIN % For using a separate tree: -% TEXMFVAR = $HOME/.texmf-var # teTeX 3.0 default -TEXMFVAR = $HOME/.texlive2007/texmf-var +% TEXMFVAR = ~/.texmf-var # teTeX 3.0 default +TEXMFVAR = ~/.texlive2007/texmf-var % TEXMFCONFIG, where texconfig stores configuration data. % With teTeX-3.0 or later, this must be set. % For sharing this tree with $TEXMFMAIN: % TEXMFCONFIG = $TEXMFMAIN % For using a separate tree: -% TEXMFCONFIG = $HOME/.texmf-config # teTeX 3.0 default +% TEXMFCONFIG = ~/.texmf-config # teTeX 3.0 default % For using a separate tree: % TEXMFCONFIG = $SELFAUTOPARENT/texmf-config -TEXMFCONFIG = $HOME/.texlive2007/texmf-config +TEXMFCONFIG = ~/.texlive2007/texmf-config % Now, list all the texmf trees. If you have multiple trees you can % use shell brace notation, like this: @@ -132,12 +132,12 @@ VARTEXFONTS = $TEXMFVAR/fonts TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} % It may be convenient to define TEXMF like this: -% TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME} +% TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,~} % which allows users to set up entire texmf trees, and tells TeX to % look in places like ~/tex and ~/bibtex. If you do this, define TEXMFDBS % like this: % TEXMFDBS = $TEXMFHOME;$TEXMFLOCAL;$TEXMFMAIN;$VARTEXFONTS -% or mktexlsr will generate an ls-R file for $HOME when called, which is +% or mktexlsr will generate an ls-R file for ~ when called, which is % rarely desirable. If you do this you'll want to define SYSTEXMF like % this: % SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST @@ -370,7 +370,7 @@ TRFONTS = /usr{/local,}/share/groff/{current/font,site-font}/devps MPSUPPORT = .;$TEXMF/metapost/support % For xdvi to find mime.types and .mailcap, if they do not exist in -% $HOME. These are single directories, not paths. +% ~. These are single directories, not paths. % (But the default mime.types, at least, may well suffice.) MIMELIBDIR = $SELFAUTOPARENT/etc MAILCAPLIBDIR = $SELFAUTOPARENT/etc |