]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.52
authorfred <fred>
Sun, 24 Mar 2002 19:39:47 +0000 (19:39 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:39:47 +0000 (19:39 +0000)
NEWS
make/Targets.make
make/Variables.make

diff --git a/NEWS b/NEWS
index cbcbe2102b1c77c0ce75f2e31de137c69fb95d7a..9e64e93bb6745c9c1907c76d7fd59b1f6b5bf07b 100644 (file)
--- 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.
index 964bf1c25753ce256a0da217600cf73a284688cb..5d161c5be74425f9d443d207a352516cb391780d 100644 (file)
@@ -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
 #
index e5fae4e8f0a87d883531816e3831b7dae2abef09..07e9b196d08197b3396ed05b26f8ca5fd1340bd1 100644 (file)
@@ -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: