X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fauxiliar%2Fdoc-section.sh;h=58a272e58f5e4dd99629c618022308681e81649c;hb=3f7f9c0f2bee228e6817283ed816973772477c6b;hp=94c45d4a67d04021c71d44e346223dcb8cee4cd7;hpb=e3fd395342b44f14be79227f667cf455b51f7843;p=lilypond.git diff --git a/scripts/auxiliar/doc-section.sh b/scripts/auxiliar/doc-section.sh index 94c45d4a67..58a272e58f 100755 --- a/scripts/auxiliar/doc-section.sh +++ b/scripts/auxiliar/doc-section.sh @@ -24,21 +24,21 @@ # # * Doesn't use website css files # * Bitmap images aren't loaded properly -# * Won't build Contributors' Guide +# * Won't build Contributors' Guide; see scripts/auxiliar/cg-section.sh # # # Customize the file here # -FROMDIR="$HOME/lilypond" -DOCDIR="$HOME/lilypond/tempdocs" -TODIR=$DOCDIR/$NAME +FROMDIR="$HOME/lilypond-git" +DOCDIR="$HOME/lilypond-git/tempdocs" 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 @@ -67,6 +67,7 @@ $LILYPONDBOOK \ -I $FROMDIR/input/manual \ -I $FROMDIR/Documentation \ -I $FROMDIR/Documentation/included \ + -I $FROMDIR/Documentation/pictures \ -o $TODIR/out \ $FROMDIR/Documentation/$DIRECTORY/$NAME.itely BOOKRC=$?