]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc helper script should use ~/lilypond-git/
authorGraham Percival <graham@percival-music.ca>
Mon, 28 Feb 2011 10:21:24 +0000 (10:21 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 28 Feb 2011 10:21:24 +0000 (10:21 +0000)
scripts/auxiliar/doc-section.sh

index 217ae297752b7dac6a878f8c6c13ffe3e4e7bfc9..58a272e58f5e4dd99629c618022308681e81649c 100755 (executable)
@@ -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"