diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-05 00:36:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-05 00:36:50 +0000 |
commit | 8ce1d35663b2298ccaf86741243ce7937230be47 (patch) | |
tree | 6bf173889904f1573c789e37abda33501330acbb /Build/source | |
parent | 97698001193a870ee9a5d7d64e5594fa6458d0bb (diff) |
use MAG=0 instead of MAG=1 (why 1?)
git-svn-id: svn://tug.org/texlive/trunk@9261 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/mktextfm | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index a703945e671..9bc52cade28 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2008-07-05 Karl Berry <karl@tug.org> + + * mktextfm (MAG): set to 0; why were we using MAG=1? Left + over from when we included pregenerated pk's in the distribution? + 2008-07-04 Karl Berry <karl@tug.org> * texmf.cnf (max_strings): increase to 500000. diff --git a/Build/source/texk/kpathsea/mktextfm b/Build/source/texk/kpathsea/mktextfm index a423d0309b0..8884351d7a1 100755 --- a/Build/source/texk/kpathsea/mktextfm +++ b/Build/source/texk/kpathsea/mktextfm @@ -48,7 +48,7 @@ esac ( NAME=`basename "$1" .tfm` -MAG=1 +MAG=0 #DEST="$2" DPI=$BDPI |