diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-02 16:16:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-02 16:16:08 +0000 |
commit | 866fb5ceb4a34456a620a7722da1a0c5ae008c47 (patch) | |
tree | 2b555efb34083dc890f94cf88e7a5f42f7d631a1 /Master/texmf/web2c | |
parent | 4d63669ccf419954f13acc1dc2494a35b825c3b1 (diff) |
(TEXMFROOT): new var, $SELFAUTOPARENT by default, to minimize redistributors' patches with a new Perl updmap
git-svn-id: svn://tug.org/texlive/trunk@21274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 3164cc7b01d..f462563dc94 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -42,21 +42,27 @@ % Part 1: Search paths and directories. +% This is the parent directory of our several trees, i.e., +% /usr/local/texlive/YYYY in the original TeX Live distribution. +% +% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. +TEXMFROOT = $SELFAUTOPARENT + % The tree containing runtime files related to the specific % distribution and version: -TEXMFMAIN = $SELFAUTOPARENT/texmf +TEXMFMAIN = $TEXMFROOT/texmf % The main tree of packages, distribution-agnostic: -TEXMFDIST = $SELFAUTOPARENT/texmf-dist +TEXMFDIST = $TEXMFROOT/texmf-dist % Local additions to the distribution trees. -TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local +TEXMFLOCAL = $TEXMFROOT/../texmf-local % TEXMFSYSVAR, where *-sys store cached runtime data. -TEXMFSYSVAR = $SELFAUTOPARENT/texmf-var +TEXMFSYSVAR = $TEXMFROOT/texmf-var % TEXMFSYSCONFIG, where *-sys store configuration data. -TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config +TEXMFSYSCONFIG = $TEXMFROOT/texmf-config % Per-user texmf trees. To define more than one per-user tree, set this % to a list of directories in braces, as described above. @@ -356,8 +362,8 @@ MPSUPPORT = .;$TEXMF/metapost/support % For xdvi to find mime.types and .mailcap, if they do not exist in % ~. These are single directories, not paths. % (But the default mime.types, at least, may well suffice.) -MIMELIBDIR = $SELFAUTOPARENT/etc -MAILCAPLIBDIR = $SELFAUTOPARENT/etc +MIMELIBDIR = $TEXMFROOT/etc +MAILCAPLIBDIR = $TEXMFROOT/etc % Default settings for fontconfig library, used by Windows versions of % xetex/xdvipdfmx. On Unixish systems, fontconfig ignores this. |