]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/builder.py
* flower/direction.cc:
[lilypond.git] / buildscripts / builder.py
index b26a4e5fc921e9540c62a3dd2d3272319a9fec34..e9ccd4f6d33d5afcc95790d62b34f16422892ddd 100644 (file)
@@ -231,12 +231,13 @@ pfa = Builder (action = a,
 env.Append (BUILDERS = {'PFA': pfa})
 
 a = ['(cd ${TARGET.dir} && $FONTFORGE -script ${SOURCE.file})',
-     '$PYTHON $srcdir/buildscripts/ps-embed-cff.py ${SOURCE.base}.cff $$(cat ${SOURCE.base}.fontname) ${SOURCE.base}.cff.ps',
+#     '$PYTHON $srcdir/buildscripts/ps-embed-cff.py ${SOURCE.base}.cff $$(cat ${SOURCE.base}.fontname) ${SOURCE.base}.cff.ps',
      'rm -f ${TARGET.dir}/*.scale.pfa']
 otf = Builder (action = a,
               suffix = '.otf',
               src_suffix = '.pe',
-              emitter = add_cff_cffps_svg)
+#             emitter = add_cff_cffps_svg
+              )
 env.Append (BUILDERS = {'OTF': otf})