From 2a103ca4dc0c82a1a9dde79e4901d2b203978d87 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 17 Dec 2004 13:14:13 +0000 Subject: [PATCH] (base): remove AFM support. --- buildscripts/mf-to-table.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) -- 2.39.5