]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.5.39.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Mar 2002 14:19:36 +0000 (15:19 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Mar 2002 14:19:36 +0000 (15:19 +0100)
2002-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>

* Documentation/topdocs/INSTALL.texi: Add information about fink,
compile fix and 1.4 specific fix that doesn't hurt 1.5.

ChangeLog
Documentation/topdocs/INSTALL.texi
VERSION

index f0c2a013f21094bcf222ecbefd42944337984aed..04f8ff8ed60a817d5d916a691208c926ace17dd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Add information about fink,
+       compile fix and 1.4 specific fix that doesn't hurt 1.5.
+
 2002-03-13  Han-Wen  <hanwen@cs.uu.nl>
 
        * VERSION: 1.5.39 released
index c99e9b34d1856ac1871da49877eb4208b347f031..afff3cc621385f36ec4e8145ef0a92dc7b957235 100644 (file)
@@ -546,16 +546,19 @@ and:
         fink install tetex
 @end example        
 
+For more information about @file{apt-get} and @file{fink}, see
+@uref{http://fink.sf.net,fink.sourceforge.net}.
+
 @c  brokenness of autoconf; don't ask
 Then, configure, patch, make and install LilyPond using these commands:
 
 @example
         CC="cc -I/sw/include" CXX="c++ -I/sw/include" LDFLAGS="-L/sw/lib" \
             ./configure --prefix=/sw
-        make -C lily out/parser.hh out/parser.cc
+        make -C lily out/parser.hh out/parser.cc out/config.h
         patch -p0 < darwin.patch
         make -C lily out/parser.o
-        make all
+        make DEPENDENCIES_OUTPUT=/dev/null all
         make install
 @end example
 
diff --git a/VERSION b/VERSION
index c8347e6d4b680ae22bc44fee8786c87c9608094c..406ad197b344f887ce097e6ac2f892bd4ca7d5d8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=39
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.