From 8ce1d35663b2298ccaf86741243ce7937230be47 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Jul 2008 00:36:50 +0000 Subject: use MAG=0 instead of MAG=1 (why 1?) git-svn-id: svn://tug.org/texlive/trunk@9261 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/mktextfm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/kpathsea') 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 + + * 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 * 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 -- cgit v1.2.3