]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.23
authorfred <fred>
Sun, 24 Mar 2002 20:00:30 +0000 (20:00 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:00:30 +0000 (20:00 +0000)
bin/make-docxx.sh
bin/make-website.pl

index dc60f80f1c8434f603bea784d38d0240de4fe57e..b74572e399984240400ba16b05001b80c94562e3 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/sh
-
-p1=`find ./ -name '*.hh' |egrep -v out/` 
-p2=`find ./ -name '*.cc' |egrep -v out/`
+if [ x$LILYTOP = x ];
+then
+    LILYTOP = .
+fi
+p1=`find $LILYTOP -name '*.hh' |egrep -v out/` 
+p2=`find $LILYTOP -name '*.cc' |egrep -v out/`
 doc++ -d out/ -S -k -p $p1 $p2
index 1d690e23ad3b7fae2857978dd18c02e547858c1f..3ac7f7bf1f1e9fc218497b2bc87250dd71394450 100644 (file)
@@ -295,7 +295,7 @@ sub docxx_update
     $ban =~ s!index.html!../index.html!g;
     print BANNER $ban;
     close BANNER;
-    my_system "BANNEROPT=\"-B /tmp/lilybanner.html\" $depth/bin/out/make-docxx";
+    my_system("BANNEROPT=\"-B /tmp/lilybanner.html\" $depth/bin/out/make-docxx");
 }
 
 sub do_tar
@@ -335,7 +335,7 @@ sub main
     chdir ("out");
     $ENV{"TEXINPUTS"} .= ":$depth/input/:";
     $ENV{"LILYINCLUDE"} = "$depth/input/";
-
+    $ENV{"LILYTOP"} = $depth;
 
     gen_html;
     copy_files;