From: Carl Sorensen Date: Wed, 18 Aug 2010 16:28:12 +0000 (-0600) Subject: scripts/auxiliar/doc-section.sh Define NAME before using $NAME X-Git-Tag: release/2.13.31-1~44 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f2e76948f336704384a44ee6a8dcc448df4d73c;p=lilypond.git scripts/auxiliar/doc-section.sh Define NAME before using $NAME --- diff --git a/scripts/auxiliar/doc-section.sh b/scripts/auxiliar/doc-section.sh index 2957db5b38..763b173e69 100755 --- a/scripts/auxiliar/doc-section.sh +++ b/scripts/auxiliar/doc-section.sh @@ -32,13 +32,13 @@ # FROMDIR="$HOME/lilypond" DOCDIR="$HOME/lilypond/tempdocs" -TODIR=$DOCDIR/$NAME LILYPONDBOOK="lilypond-book" TEXI2HTML="texi2html" REFCHECK="$FROMDIR/scripts/auxiliar/ref_check.py" DIRECTORY=$1 NAME=$2 +TODIR=$DOCDIR/$NAME if test ! -d $TODIR; then mkdir $TODIR