From: Graham Percival Date: Mon, 29 Oct 2007 05:16:48 +0000 (-0700) Subject: Update building docs without compiling. X-Git-Tag: release/2.11.35-1~46^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2fbcc8c5db0c02679dcd6f8ec2f8754064ad2662;p=lilypond.git Update building docs without compiling. --- diff --git a/Documentation/user/install.itely b/Documentation/user/install.itely index 7af585088a..cc0ca9764b 100644 --- a/Documentation/user/install.itely +++ b/Documentation/user/install.itely @@ -296,6 +296,22 @@ export DYLD_LIBRARY_PATH=/sw/lib exec /sw/bin/pngtopnm "$@" @end verbatim +In order to force make to build a complete manual (this does not +rebuild all examples, only things which are changed), I recommend +writing a script like this: + +@verbatim +### run from Documentation/user/ +# possibly required on OSX and/or old texinfo +# ulimit -n 4096 +if [ -e out-www/lilypond.texi ]; then rm out-www/lilypond.* ; fi; +if [ -e out-www/lilypond-program.texi ]; then rm +out-www/lilypond-program.* ; fi; +if [ -e out-www/lilypond-learning.texi ]; then rm +out-www/lilypond-learning.* ; fi; +nice make LILYPOND_EXTERNAL_BINARY=~/usr/bin/lilypond web +@end verbatim + @node Testing LilyPond @subsection Testing LilyPond