From: fred Date: Sun, 24 Mar 2002 20:01:25 +0000 (+0000) Subject: lilypond-0.1.28 X-Git-Tag: release/1.5.59~3667 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b76b262fae6097cf6a3c1c12ce024c761acd03c6;p=lilypond.git lilypond-0.1.28 --- diff --git a/bin/make-docxx.sh b/bin/make-docxx.sh index b74572e399..17abe50efb 100644 --- a/bin/make-docxx.sh +++ b/bin/make-docxx.sh @@ -5,4 +5,4 @@ then 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 +doc++ -d docxx/ -S -k -p $p1 $p2