From 225783cb9f5765da8f23da485fa80a8277afc477 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:54:44 +0000 Subject: [PATCH] lilypond-0.1.10 --- bin/make-website.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bin/make-website.in b/bin/make-website.in index 54bfc14151..be95633992 100644 --- a/bin/make-website.in +++ b/bin/make-website.in @@ -35,16 +35,18 @@ sub get_version sub set_html_footer { - my $MAILADRESS=$ENV{MAILADRESS}; + my $MAILADDRESS=$ENV{MAILADDRESS}; my @pw=(getpwuid($<)); my $username=$pw[6]; $footstr = "\n
Please take me back to the LilyPond index\n
-This page was built using " . $id_str . " from lilypond-$lily_version by -

-


$username <$MAILADRESS>
+This page was built using " . $id_str . " from lilypond-" + . $lily_version . + " by

+


$username <" . $MAILADDRESS .">

"; } @@ -76,7 +78,7 @@ sub my_system local $base="lilypond/"; local @examples=("twinkle-pop", "twinkle", "multi", "wohltemperirt" - ,"standchen", "toccata-fuga-E", "scsii-menuetto", + ,"standchen-16", "standchen-20", "toccata-fuga-E", "scsii-menuetto", "cadenza", "scales", "rhythm", "gallina"); # rhythm, scales, @@ -278,6 +280,7 @@ sub main chomp($cwd = `pwd`); die "need to be in directory Documentation\n" if ( ! ($cwd =~ /Documentation$/)); get_version; + print "lily v. " . $lily_version . "\n"; set_html_footer; -- 2.39.5