From: fred Date: Sun, 24 Mar 2002 20:00:30 +0000 (+0000) Subject: lilypond-0.1.23 X-Git-Tag: release/1.5.59~3722 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2287628dfeecee535ed9f785f909e57c193297f;p=lilypond.git lilypond-0.1.23 --- diff --git a/bin/make-docxx.sh b/bin/make-docxx.sh index dc60f80f1c..b74572e399 100644 --- a/bin/make-docxx.sh +++ b/bin/make-docxx.sh @@ -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 diff --git a/bin/make-website.pl b/bin/make-website.pl index 1d690e23ad..3ac7f7bf1f 100644 --- a/bin/make-website.pl +++ b/bin/make-website.pl @@ -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;