From c9ae4b4db5e9e147b9eebb68264f0d9928dca39a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 28 Feb 2011 10:21:24 +0000 Subject: [PATCH] Doc helper script should use ~/lilypond-git/ --- scripts/auxiliar/doc-section.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5