diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-02 17:35:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-02 17:35:02 +0000 |
commit | b1d6c0a756cf38b508de2f14248aff9e83637512 (patch) | |
tree | ab52e0b609aa8f8415d095ae759a4a2950d81e39 /Build/source | |
parent | b3f899f57f9937648bd6c556e383ee25baa6bca5 (diff) |
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@9162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index e834889b64b..5c71b07a869 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -247,16 +247,20 @@ TEXDOCSSUFFIX = ;.pdf;.ps;.dvi;.html;.txt;.tex TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS} -% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read (see -% web2c/INSTALL), and string pools (.pool) for ini{tex,mf,mp}. It is -% painful that we have six paths and directories here (they all resolve -% to a single place by default), but historically ... +% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read. +% We want to find the engine-specific file, e.g., cont-en.fmt can +% exist under both pdftex/ and xetex/. But just in case some formats +% end up without an engine directory, look directly in web2c/ too. TEXFORMATS = .;$TEXMF/web2c{/$engine,} -MFBASES = .;$TEXMF/web2c{/$engine,} -MPMEMS = .;$TEXMF/web2c{/$engine,} +MFBASES = ${TEXFORMATS} +MPMEMS = ${TEXFORMATS} +% +% 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. TEXPOOL = .;$TEXMF/web2c -MFPOOL = .;$TEXMF/web2c -MPPOOL = .;$TEXMF/web2c +MFPOOL = ${TEXPOOL} +MPPOOL = ${TEXPOOL} % support the original xdvi. Must come before the generic settings. PKFONTS.XDvi = .;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}// |