]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/lilypond.map): add -Regular to Aybabtu
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Mar 2005 23:50:46 +0000 (23:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Mar 2005 23:50:46 +0000 (23:50 +0000)
for the .map file.

ChangeLog
make/ly-vars.make
mf/GNUmakefile

index 2a6ae9a32664156f333fe3d98b2d0fc0222b61e9..32dd9a914ebe8dd4934933cf8e2c38c2e1955847 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
+       for the .map file.
+
        * Documentation/topdocs/INSTALL.texi (Top): add running
        requirement as compilation requirement.
 
index c1d2fba5f80813ea5cb5e004186cf7dbf022cd72..60194e57983b35548c256200c4b7b061a511ea83 100644 (file)
@@ -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
index 059d9904466311c1238023d13784f8324ed4665b..ed863d2165cf1692f83246f20f3e6d79c9c699e7 100644 (file)
@@ -177,7 +177,7 @@ $(outdir)/lilypond.map: $(AFM_FILES)
        for i in $(STAFF_SIZES); \
                do echo "Emmentaler-$$i Emmentaler-$$i <emmentaler-$$i.cff.ps" ; done \
        >> $@
-       echo "Aybabtu Aybabtu <aybabtu.cff.ps" >> $@
+       echo "Aybabtu-Regular Aybabtu-Regular <aybabtu.cff.ps" >> $@
 
 $(outdir)/Fontmap.lily: 
        for i in $(FETA_FONTS); do echo "/$$i ($$i.pfa);" ; done > $@