diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-23 01:22:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-23 01:22:58 +0000 |
commit | 719df140e024c3555837be9ff29a0d8d4883fd34 (patch) | |
tree | f863b5be75910323a317b7d935ad53f7d98f7032 /Master/texmf/web2c | |
parent | 9cd7d0892172eb0e2fc1f0fc85fb036b0cb2704d (diff) |
(MFBASES,MPMEMS): have to write out definition each time, so mf/mp formats do not get remade every time; found by Norbert
git-svn-id: svn://tug.org/texlive/trunk@9715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 8f6f5e978cb..6cec56fb80c 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -253,9 +253,12 @@ MPINPUTS = .;$TEXMF/metapost// % 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. +% We repeat the same definition three times because of the way fmtutil +% is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats +% will not be found. TEXFORMATS = .;$TEXMF/web2c{/$engine,} -MFBASES = ${TEXFORMATS} -MPMEMS = ${TEXFORMATS} +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 |