From: Han-Wen Nienhuys Date: Fri, 17 Dec 2004 13:14:13 +0000 (+0000) Subject: (base): remove AFM support. X-Git-Tag: release/2.5.14~406 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a103ca4dc0c82a1a9dde79e4901d2b203978d87;p=lilypond.git (base): remove AFM support. --- diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 9b65577e7d..ad120f86c1 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -1,6 +1,6 @@ #!@PYTHON@ -# mf-to-table.py -- convert spacing info in MF logs .afm and .tex +# mf-to-table.py -- convert spacing info in MF logs . and .tex # # source file of the GNU LilyPond music typesetter # @@ -56,8 +56,6 @@ def tfm_checksum (fn): return cs - -## ugh. What's font_family supposed to be? It's not an afm thing. font_family = 'feta' def parse_logfile (fn): @@ -326,6 +324,6 @@ for filenm in files: if depfile_nm: write_deps (open (depfile_nm, 'wb'), deps, [base + '.dvi', base + '.pfa', base + '.pfb', - texfile_nm, afmfile_nm]) + texfile_nm]) if lyfile_nm: write_fontlist (open (lyfile_nm, 'w'), g, m)