]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.0
authorfred <fred>
Sun, 24 Mar 2002 19:52:31 +0000 (19:52 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:52:31 +0000 (19:52 +0000)
Documentation/lilypond.pod
bin/make-website.in

index e479ff5c19b112a7c60c6673b710e3b9eeeb9f6d..faa26928e4363234050abdb7608c4d73bbf6c7e5 100644 (file)
@@ -149,12 +149,25 @@ if the bug has been found earlier, consult F<TODO> and F<BUGS>
 
 If you have found a bug, then you should send a bugreport.
 
-       - send a copy of the input which causes the error
-       - send a description of the platform you use
-       - send a description of the LilyPond version you use (with
-       compile/config options please)
-       - send a description of the bug itself.
-       - send it to bug-gnu-music@vuse.vanderbilt.edu
+=over 4
+
+=item *
+send a copy of the input which causes the error
+
+=item *
+send a description of the platform you use
+
+=item *
+send a description of the LilyPond version you use (with
+compile/config options please)
+
+=item *
+send a description of the bug itself.
+
+=item *
+send it to bug-gnu-music@vuse.vanderbilt.edu
+
+=back
 
 It does help if you can find out where the bug comes from: if GNU
 LilyPond bombs out, then please recompile using with debugging info
@@ -221,7 +234,9 @@ LilyPond documentation
 
 GNU LilyPond is
 updated very frequently, the latest version is always available at:
-ftp://pcnov095.win.tue.nl/pub/lilypond.
+ftp://pcnov095.win.tue.nl/pub/lilypond and
+ftp://alpha.gnu.ai.mit.edu/gnu/
+
 
 For programs which are part of the GNU music project, the following
 mailing list have been setup:
@@ -289,5 +304,7 @@ details on spacing; it was downloaded approximately 4 times.  Then I
 got the hang of it, and in the subsequent two months, I coded until it
 had doubled in size (pl 23).
 
-The first large scale release (0.1) was planned after approximately 80
-patchlevels on August 1, 1997.
+Most the other history is described in the NEWS file. The first large
+scale release (0.1) was done after approximately 78 patchlevels on
+August 1, 1997.
+
index 218b94dc325d444abac61cd4868c5eaaf0144d18..28f85f79bad9f5f3a3b18b7d3f5a5204574ffd6e 100644 (file)
@@ -104,14 +104,17 @@ sub gen_manuals
 {
     print "generating TeX doco list\n";
     open HTMLLIST, ">tex_manuals.html";
-    print HTMLLIST "<html><body><title>LilyPond manuals in TeX</title>\n" .
-       "<ul>\n";
+    print HTMLLIST "<HTML><TITLE>LilyPond manuals</title>\n" ;
+    print HTMLLIST "<BODY><h1>LilyPond manuals (in PostScript)</h1>";
+    print HTMLLIST "<ul>\n";
     my @todo=();
     foreach $a (@texstuff) {
        push @todo , "out/$a.ps.gz";
        print HTMLLIST "<li><a href=$a.ps.gz>$a.ps.gz</a>";
     }
     print HTMLLIST "</ul>";
+    
+    print HTMLLIST "</BODY></HTML>";
     close HTMLLIST;
 
     my_system( "$MAKE -C .. " .  join(' ', @todo));