From: Graham Percival Date: Mon, 28 Feb 2011 10:21:24 +0000 (+0000) Subject: Doc helper script should use ~/lilypond-git/ X-Git-Tag: release/2.13.52-1~3^2~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c9ae4b4db5e9e147b9eebb68264f0d9928dca39a;p=lilypond.git Doc helper script should use ~/lilypond-git/ --- diff --git a/scripts/auxiliar/doc-section.sh b/scripts/auxiliar/doc-section.sh index 217ae29775..58a272e58f 100755 --- a/scripts/auxiliar/doc-section.sh +++ b/scripts/auxiliar/doc-section.sh @@ -30,8 +30,8 @@ # # Customize the file here # -FROMDIR="$HOME/lilypond" -DOCDIR="$HOME/lilypond/tempdocs" +FROMDIR="$HOME/lilypond-git" +DOCDIR="$HOME/lilypond-git/tempdocs" LILYPONDBOOK="lilypond-book" TEXI2HTML="texi2html" REFCHECK="$FROMDIR/scripts/auxiliar/ref_check.py"