From: Jan Nieuwenhuizen Date: Sat, 19 Oct 2002 11:34:31 +0000 (+0000) Subject: * buildscripts/mf-to-table.py (parse_logfile): Bugfix. X-Git-Tag: release/1.7.4~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e8e75a5866e98e8141028b922487a32d94e2fba;p=lilypond.git * buildscripts/mf-to-table.py (parse_logfile): Bugfix. --- diff --git a/ChangeLog b/ChangeLog index 2c4b5fc389..5945b1736c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-10-19 Jan Nieuwenhuizen + * buildscripts/mf-to-table.py (parse_logfile): Bugfix. + * mf/feta-autometric.mf: Write foundry and family to log. * mf/GNUmakefile: Fixes for pfx builds. Also write sketch diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 30c07a1514..7564737dd5 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -90,6 +90,7 @@ def parse_logfile (fn): global_info['FontName'] = string.join (name,'-') global_info['FullName'] = string.join (name,' ') global_info['FamilyName'] = string.join (name[1:-1], + '-') global_info['Weight'] = tags[4] global_info['FontBBox'] = '0 0 1000 1000' global_info['Ascender'] = '0'