X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fmetafont-vars.make;h=f4d5332a922e35fdb92db54f191ae6a619eb52eb;hb=de98d2c7bbf46cf83b37f5302568e22580bdc9b2;hp=49a755e6a3f688ff18e0c75a735970fb367cdeb8;hpb=37dd6278153b188ba59c4c58ff90540c4d7d69ad;p=lilypond.git diff --git a/stepmake/stepmake/metafont-vars.make b/stepmake/stepmake/metafont-vars.make index 49a755e6a3..f4d5332a92 100644 --- a/stepmake/stepmake/metafont-vars.make +++ b/stepmake/stepmake/metafont-vars.make @@ -7,7 +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.001 - - +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