]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.15
authorfred <fred>
Sun, 24 Mar 2002 19:58:08 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:08 +0000 (19:58 +0000)
Documentation/index.pod
VERSION
bin/make-website.in
make/lilypond.lsm
make/lilypond.spec

index 767db76fe249b7752268144f021db4f7927b7e35..c9c213623a37771c503bce31d75464147be84877 100644 (file)
@@ -23,6 +23,12 @@ examples of what LilyPond can do: MIDI, PS, .gif and input.
 </a
 >
 
+=head2 NEWS! 
+
+This is what the latest version brings:
+
+top_of_NEWS
+
 =head2 Documentation: Introduction
 
 =over 4
diff --git a/VERSION b/VERSION
index b32b21946e07e61f02a9cbaab0e0f8e74b91dfce..e7f388b50643ec3c6851845ee5841302d365363d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,6 +1,6 @@
 TOPLEVEL_MAJOR_VERSION = 0
 TOPLEVEL_MINOR_VERSION = 1
-TOPLEVEL_PATCH_LEVEL = 14
+TOPLEVEL_PATCH_LEVEL = 15
 
 # use to send patches, always empty for released version:
 TOPLEVEL_MY_PATCH_LEVEL = 
index 98b49fd31dde2de6e71646ac8a8c3412f11aa6b2..7f25e76d9f93939347c83035a2a0f3b274d2e84f 100644 (file)
@@ -221,9 +221,35 @@ sub copy_txt_file
     if (! $f =~ /.txt$/) {
        $d = "$f.txt";
     }
-    print $f, $d;
+    print, $d;
 }
     
+sub top_of_NEWS
+{
+    open NEWS, "NEWS.txt";
+    input_record_separator NEWS "****";
+    $desc = <NEWS>;
+    chop ($desc);
+    close NEWS;
+
+    return $desc;
+}
+
+sub edit_index
+{
+    $ton = top_of_NEWS();
+    $ton = "\n<XMP>\n$ton\n</XMP>\n";
+    open INDEX, "index.html";
+    input_record_separator NEWS undef;
+    $index = <INDEX>;
+    close INDEX;
+    $index =~ s/top_of_NEWS/$ton/;
+    open INDEX, ">index.html";
+    print INDEX $index;
+    close INDEX;
+}
+
+
 sub copy_files
 {  
     print "copying files\n";
@@ -302,6 +328,7 @@ sub main
 
     gen_html;
     copy_files;
+
     if (! $opt_noexamples) {
        gen_examples;
        gen_list;
@@ -310,6 +337,7 @@ sub main
     set_images;
 
     edit_html;
+    edit_index;
     docxx_update;
     do_tar;
 }
index d554febe9e215477b0716b18ff83935779c6b6c2..4d819522c0bbcb47316a20cdac910f2ebae31b46 100644 (file)
@@ -1,7 +1,7 @@
 Begin3
 Title: LilyPond
-Version: 0.1.14
-Entered-date: 14SEP97
+Version: 0.1.15
+Entered-date: 17SEP97
 Description:   LilyPond is the GNU Project music typesetter. This
                program converts music definition files into
                visual or auditive output: it can typeset formatted
@@ -14,8 +14,8 @@ Author: hanwen@stack.nl (Han-Wen Nienhuys)
        jan@digicash.com (Jan Nieuwenhuizen)
 Maintained-by: hanwen@stack.nl (Han-Wen Nienhuys)
 Primary-site: sunsite.unc.edu /pub/Linux/apps
-       395k lilypond-0.1.14.tar.gz 
+       395k lilypond-0.1.15.tar.gz 
 Original-site: pcnov095.win.tue.nl /pub/lilypond/
-       395k lilypond-0.1.14.tar.gz 
+       395k lilypond-0.1.15.tar.gz 
 Copying-policy: GPL
 End
index 4717e5d4443fa31734cd2319f9127d95988933e7..f848370fdfc917c9ca722b50009e8468692a7da0 100644 (file)
@@ -1,9 +1,9 @@
 Name: lilypond
-Version: 0.1.14
+Version: 0.1.15
 Release: 1
 Copyright: GPL
 Group: Applications/Publishing
-Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.1.14.tar.gz
+Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.1.15.tar.gz
 Summary: A preprocessor to make TeX typeset music.
 URL: http://www.stack.nl/~hanwen/lilypond
 Packager: Han-Wen Nienhuys <hanwen@stack.nl>
@@ -28,8 +28,8 @@ strip lily/out/lilypond mi2mu/out/mi2mu
 make -C Documentation gifs
 make prefix="$RPM_BUILD_ROOT/usr" install
 %files
-%doc Documentation/out/AUTHORS.text Documentation/out/CodingStyle.text Documentation/out/INSTALL.text Documentation/out/MANIFESTO.text Documentation/out/convert-mudela.text Documentation/out/faq.text Documentation/out/gnu-music.text Documentation/out/index.text Documentation/out/internals.text Documentation/out/language.text Documentation/out/lilypond.text Documentation/out/links.text Documentation/out/literature.text Documentation/out/mi2mu.text Documentation/out/mudela-book.text Documentation/out/mutopia.text Documentation/out/other-packages.text BUGS TODO NEWS DEDICATION ANNOUNCE README 
-%doc input/abbrev.ly input/beams.ly input/cadenza.ly input/collisions.ly input/coriolan-alto.ly input/gallina.ly input/gallina.tex input/header.ly input/keys.ly input/kortjakje.ly input/multi.ly input/pedal.ly input/rhythm.ly input/scales.ly input/scripts.ly input/scsii-menuetto.ly input/scsii-menuetto.tex input/slurs.ly input/standchen-16.tex input/standchen-20.tex input/standchen.ly input/toccata-fuga-E.ly input/twinkle-pop.ly input/twinkle.ly input/wtk1-fugue1.ly input/wtk1-fugue2.ly input/wtk1-prelude1.ly Documentation/mudela-course.doc Documentation/mudela-man.doc 
+%doc Documentation/out/AUTHORS.text Documentation/out/CodingStyle.text Documentation/out/INSTALL.text Documentation/out/MANIFESTO.text Documentation/out/convert-mudela.text Documentation/out/faq.text Documentation/out/gnu-music.text Documentation/out/index.text Documentation/out/internals.text Documentation/out/language.text Documentation/out/lilypond.text Documentation/out/links.text Documentation/out/literature.text Documentation/out/mi2mu.text Documentation/out/mudela-book.text Documentation/out/mutopia.text Documentation/out/other-packages.text BUGS TODO NEWS DEDICATION ANNOUNCE README
+%doc input/abbrev.ly input/beams.ly input/cadenza.ly input/collisions.ly input/coriolan-alto.ly input/font.ly input/gallina.ly input/gallina.tex input/header.ly input/keys.ly input/kortjakje.ly input/multi.ly input/pedal.ly input/rhythm.ly input/scales.ly input/scripts.ly input/scsii-menuetto.ly input/scsii-menuetto.tex input/slurs.ly input/standchen-16.tex input/standchen-20.tex input/standchen.ly input/toccata-fuga-E.ly input/twinkle-pop.ly input/twinkle.ly input/wtk1-fugue1.ly input/wtk1-fugue2.ly input/wtk1-prelude1.ly Documentation/mudela-course.doc Documentation/mudela-man.doc 
 %doc Documentation/out/lelie_logo.gif
 /usr/bin/convert-mudela
 /usr/bin/mudela-book