X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fmetafont-vars.make;h=f4d5332a922e35fdb92db54f191ae6a619eb52eb;hb=542ada49f380473c6755065f96b829f243020399;hp=db3722edcdec36c466c13841493f1c46c25eb53e;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/stepmake/stepmake/metafont-vars.make b/stepmake/stepmake/metafont-vars.make index db3722edcd..f4d5332a92 100644 --- a/stepmake/stepmake/metafont-vars.make +++ b/stepmake/stepmake/metafont-vars.make @@ -7,5 +7,13 @@ MF_LOG_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.log)) DVI_FILES += $(MF_DVI_FILES) TFM_FILES += $(MF_TFM_FILES) +MF2PT1_OPTIONS=--rounding=0.0001 \ + --family=$(notdir $(<:%.mf=%)) \ + --fullname=$(notdir $(<:%.mf=%)) \ + --name=$(notdir $(<:%.mf=%)) - +ifdef QUIET_BUILD +METAFONT_QUIET = >/dev/null +else +METAFONT_QUIET = +endif