summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rwxr-xr-xBuild/source/texk/kpathsea/mktextfm2
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