]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove scons list.ly support
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Dec 2006 00:08:02 +0000 (01:08 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Dec 2006 00:08:02 +0000 (01:08 +0100)
buildscripts/builder.py

index cf3493fa726006ff267ce2dbe714601ede237856..b59962e76c4da4b8153ce7272e07a4fa9a18f235 100644 (file)
@@ -166,8 +166,7 @@ def add_tfm_target (target, source, env):
 
 def add_lisp_enc_tex_ly_target (target, source, env):
     base = os.path.splitext (str (target[0]))[0]
-    return (target + [base + '.lisp', base + '.enc', base + '.tex',
-             base + 'list.ly'],
+    return (target + [base + '.lisp', base + '.enc', base + '.tex'],
         source)
 
 def add_cff_cffps_svg (target, source, env):
@@ -191,7 +190,6 @@ a = '$PYTHON $MF_TO_TABLE_PY \
 --enc=${TARGET.base}.enc \
 --tex=${TARGET.base}.tex \
 ${TARGET.base}.log'
-#--ly=${TARGET.base}list.ly \
 gtable = Builder (action = a, suffix = '.otf-gtable', src_suffix = '.log',
          emitter = add_lisp_enc_tex_ly_target)
 env.Append (BUILDERS = {'GTABLE': gtable})