]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:50:38 +0000 (19:50 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:50:38 +0000 (19:50 +0000)
Documentation/Rules.make
README

index 71388de3c4268114b68c80c12fcc88fc125aece5..77248077993806495a8c257a29e491978e075673 100644 (file)
@@ -36,7 +36,7 @@ $(outdir)/%.1: %.pod
 $(outdir)/%.gz: $(outdir)/%
        gzip -c9 $< > $@
 
-$(outdir)/%.dvi: $(depth)/input/%.ly
+$(outdir)/%.dvi: $(depth)/input/%.ly $(lilyout)/lilypond
        (cd $(outdir); lilypond ../$< ;\
        if [ -f ../$(basename $< ).tex ]; \
        then \
diff --git a/README b/README
index 39909a29c39d082eb62ea60e671435a36910acff..81977e36033fc59448d3583d01a31af5e0cfbfeb 100644 (file)
--- a/README
+++ b/README
@@ -5,15 +5,6 @@ GNU LilyPond which converts music definition files into visual or
 audio output: it can typeset formatted sheet music in TeX and 
 and (mechanical) perfomances to MIDI files.
 
-0.
-
-LilyPond is known to have a minor bug if  you use glibc; we will look into it
-Please download 0.1.1 when it's available.
-
-LilyPond exhibits a g++ bug on Solaris 2.5 (The stack frame gets corrupted by
-a constructor) if you compile with -O2. We don't know workarounds 
-
-
 1. VERSIONING
 
 if you have downloaded a
@@ -23,6 +14,7 @@ if you have downloaded a
 version, then this is version is *not* meant for producing nice output
 (but to keep your patchsets up to date). It might not even compile.
 
+
 2. REQUIREMENTS
 
 For the compilation and running of LilyPond you need some additional
@@ -30,11 +22,13 @@ packages. The most unusual one of this are the mf sources to
 MusixTeX. Please refer to the installation instructions on how to
 obtain and install them.
 
+
 3. INSTALLATINON
 
 For your convenience, a formatted copy of the INSTALL instructions are
 in the toplevel directory, as INSTALL.text
 
+
 4. DOCUMENTATION
 
 Please refer to the directory Documentation/ for the real doco.
@@ -45,6 +39,8 @@ and then do this:
        make doc
 
 You can also simply read the .pod sources. They are ASCII text. 
+.pod is the documentation format of perl (see perlpod(1))
+
 
 5. COMMENTS