From 2fbcc8c5db0c02679dcd6f8ec2f8754064ad2662 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 28 Oct 2007 22:16:48 -0700 Subject: [PATCH] Update building docs without compiling. --- Documentation/user/install.itely | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.39.5