]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update building docs without compiling.
authorGraham Percival <graham@percival-music.ca>
Mon, 29 Oct 2007 05:16:48 +0000 (22:16 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:50:50 +0000 (09:50 +0100)
Documentation/user/install.itely

index 7af585088a27bd82aa375415dcaee422beff441a..cc0ca9764b3b32d381217ebdad551cdc257a3466 100644 (file)
@@ -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