]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.49
authorfred <fred>
Sun, 24 Mar 2002 19:38:40 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:40 +0000 (19:38 +0000)
.version
bin/make_website

index d10f3583e1c58cfd725058b678fc81fc185befab..65d7dba42d77b94591d61e68bb8cc14aef3b635b 100644 (file)
--- a/.version
+++ b/.version
@@ -1,6 +1,6 @@
 TOPLEVEL_MAJOR_VERSION = 0
 TOPLEVEL_MINOR_VERSION = 0
-TOPLEVEL_PATCH_LEVEL = 47
+TOPLEVEL_PATCH_LEVEL = 49
 # use to send patches, always empty for released version:
 # include separator: ".postfix", "-pl" makes rpm barf
 
index 086d84fa8fe309385aa96f8fd673d23df7dfb550..411262ed4a4db3efeb217c2a5607e95e5b8da510 100755 (executable)
@@ -112,7 +112,12 @@ system     "gzip -f9 website.tar;";
 $depth = "../../";
 $ENV{"TEXINPUTS"} .= ":$depth/input/:";
 $ENV{"LILYINCLUDE"} = "$depth/input/";
+my $cwd;
+chomp($cwd = `pwd`);
+
+die "need to be in directory Documentation\n" if ( ! ($cwd =~ /Documentation$/));
 chdir ("out");
+
 gen_html;
 gen_examples;
 gen_list;