diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-12 16:27:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-12 16:27:54 +0000 |
commit | 5019e4c6ecf6b4eca752b605c2256d41a26234b4 (patch) | |
tree | c6d66905273da65414c5c76ea7dd003704e4d8f1 /Master/texmf/web2c | |
parent | 13746993fabab7815d8a82af943bbcf0e459427f (diff) |
(MT_FEATURES): remove fontmaps; mktexnam enables
this implicitly, which then overrides any directories found
from the tfm location, which is a better guess.
For example, when making a pk for frcc14, we'd
rather end up in public/frcursive than public/romic.
git-svn-id: svn://tug.org/texlive/trunk@1818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/mktex.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/web2c/mktex.cnf b/Master/texmf/web2c/mktex.cnf index c33f26415d4..6f10838f8d7 100644 --- a/Master/texmf/web2c/mktex.cnf +++ b/Master/texmf/web2c/mktex.cnf @@ -1,3 +1,3 @@ -: ${MT_FEATURES=appendonlydir:varfonts:fontmaps} +: ${MT_FEATURES=appendonlydir:varfonts} : ${MODE=ljfour} : ${BDPI=600} |