From: Jan Nieuwenhuizen Date: Mon, 20 Dec 2004 12:55:49 +0000 (+0000) Subject: * Documentation/user/invoking.itely (Invoking lilypond): Bugfix. X-Git-Tag: release/2.5.14~376 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e5db119272d2611fe42de94657e66390ead5018;p=lilypond.git * Documentation/user/invoking.itely (Invoking lilypond): Bugfix. * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily. --- diff --git a/ChangeLog b/ChangeLog index b68c382469..dba3661001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-20 Jan Nieuwenhuizen + + * Documentation/user/invoking.itely (Invoking lilypond): Bugfix. + + * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily. + 2004-12-19 Werner Lemberg Prepare glyph shapes for mf2pt1 conversion. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 26e96e7759..02522a3ca4 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -78,7 +78,7 @@ PFA_FILES = $(ALL_FONTS:%=$(outdir)/%.pfa) # Make tfm files first, log files last, # so that normally log files aren't made twice -ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES) $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/Fontmap.lily $(OTF_FILES) $(SVG_FILES) +ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES) $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(OTF_FILES) $(SVG_FILES) #PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source