From e2287628dfeecee535ed9f785f909e57c193297f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:00:30 +0000 Subject: [PATCH] lilypond-0.1.23 --- bin/make-docxx.sh | 9 ++++++--- bin/make-website.pl | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) 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; -- 2.39.5