From ee6b3fa1488d4029697802da3452fc7c2871ca72 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 18 May 2003 21:05:17 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ GNUmakefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2fb54d439..64342489ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-05-18 Han-Wen Nienhuys + * Documentation/user/refman.itely (Repeat syntax): more updates + + * lily/simple-spacer.cc (solve): move solution process into + solve(). This fixes a bug with collisions and raggedright = ##t. + * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm * ly/engraver-init.ly: remove GraceContext. Update examples. diff --git a/GNUmakefile.in b/GNUmakefile.in index f69d0ea18b..710db8f04c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -37,8 +37,6 @@ footify: fonts: $(MAKE) -C $(depth)/mf - (cd $(builddir)/share/lilypond/fonts && \ - tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* ) run-reqs: builddir-setup fonts lily web-reqs: run-reqs pfa-fonts @@ -55,6 +53,8 @@ web-doc: web-reqs pfa-fonts: $(MAKE) MAKE_PFA_FILES=1 -C mf + (cd $(builddir)/share/lilypond/fonts && \ + tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* ) install-html-doc: web-doc top-web $(INSTALL) -m 755 -d $(local_package_docdir) -- 2.39.5