From fa44b536db04dd3b8033e781c56d175f32a4a4fc Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:39:47 +0000 Subject: [PATCH] lilypond-0.0.52 --- NEWS | 15 ++++++++++++++- make/Targets.make | 7 ++----- make/Variables.make | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index cbcbe2102b..9e64e93bb6 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,24 @@ +****** +pl 52 + - Buildroot RPM + - tex-prefix and tex-dir sep'd (here you are jan) + - convert-mudela framework + - Collision_register, Collision + - \hshift 1; input + - Features changed +pl 50.jcn1 + - LILYINCLUDE dir searched before DIR_DATADIR(?) + - lily reads from stdin again (but does not now when to stop) +****** pl 51 - transposition bugfix + doco - LilyPond -> GNU LilyPond - bugfixes for Staff_side and Note_column* - - wohltemperirt: 12 more bars + - wohltemperirt: complete ****** april 11 + pl 50 - merge rest / notehead. - Staff_side as a base class for most "staff-side" symbols. diff --git a/make/Targets.make b/make/Targets.make index 964bf1c257..5d161c5be7 100644 --- a/make/Targets.make +++ b/make/Targets.make @@ -206,12 +206,9 @@ $(LIBLILY): dummy # RedHat rpm package: # -#rpm: dist -# mv ./$(depth)/lilypond-$(TOPLEVEL_VERSION).tar.gz $(rpm-sources) rpm: - make -C ./$(depth) dist - cp $(depth)/lilypond-$(TOPLEVEL_VERSION).tar.gz $(rpm-sources) - cp $(doc-dir)/*.gif $(rpm-sources) + -cp $(depth)/lilypond-$(TOPLEVEL_VERSION).tar.gz $(rpm-sources) + -cp $(doc-dir)/*.gif $(rpm-sources) $(MAKE) -C $(make-dir) spec rpm -ba $(makeout)/lilypond.spec # diff --git a/make/Variables.make b/make/Variables.make index e5fae4e8f0..07e9b196d0 100644 --- a/make/Variables.make +++ b/make/Variables.make @@ -43,7 +43,7 @@ make-dir = ./$(depth)/make include-lib = ./$(depth)/lib/include include-flower = ./$(depth)/flower/include # -rpm-sources = /usr/src/redhat/SOURCES +rpm-sources = ${HOME}/rpms/SOURCES # # user settings: -- 2.39.5