From c80feaa8cd5435deef964a6c4f431f7d0134ec4e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 27 Mar 2005 23:50:46 +0000 Subject: [PATCH] ($(outdir)/lilypond.map): add -Regular to Aybabtu for the .map file. --- ChangeLog | 3 +++ make/ly-vars.make | 4 +++- mf/GNUmakefile | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a6ae9a326..32dd9a914e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-28 Han-Wen Nienhuys + * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu + for the .map file. + * Documentation/topdocs/INSTALL.texi (Top): add running requirement as compilation requirement. diff --git a/make/ly-vars.make b/make/ly-vars.make index c1d2fba5f8..60194e5798 100644 --- a/make/ly-vars.make +++ b/make/ly-vars.make @@ -16,4 +16,6 @@ TEXINFO_SOURCES += $(TELY_FILES) $(ITELY_FILES) $(ITEXI_FILES) EXTRA_DIST_FILES +=$(TELY_FILES) $(LY_FILES) $(ITEXI_FILES) $(ITELY_FILES) $(ILY_FILES) -DVIPS_FLAGS= -u+$(builddir)/mf/$(outdir)/lilypond.map -Ppdf + +# not mf/out , not mf/$(outdir) +DVIPS_FLAGS= -u+$(builddir)/mf/out/lilypond.map -Ppdf diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 059d990446..ed863d2165 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -177,7 +177,7 @@ $(outdir)/lilypond.map: $(AFM_FILES) for i in $(STAFF_SIZES); \ do echo "Emmentaler-$$i Emmentaler-$$i > $@ - echo "Aybabtu Aybabtu > $@ + echo "Aybabtu-Regular Aybabtu-Regular > $@ $(outdir)/Fontmap.lily: for i in $(FETA_FONTS); do echo "/$$i ($$i.pfa);" ; done > $@ -- 2.39.5