From 3bc510822dd4c7a8a3ef423aafd3550aad3c918a Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 16 Aug 2008 17:30:14 +0200 Subject: [PATCH] Document CPU_COUNT makefile variable used in 'make web' --- Documentation/user/install.itely | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/user/install.itely b/Documentation/user/install.itely index a88a14212b..e63cd63c22 100644 --- a/Documentation/user/install.itely +++ b/Documentation/user/install.itely @@ -325,6 +325,17 @@ for more information, see @file{Documentation/user/README.txt} and @knownissues +@code{-j} command-line option of @command{make} is unsupported for +building the documentation. As the most time consuming task is +running LilyPond to build images of music, the makefile variable +@code{CPU_COUNT} may be set in @file{local.make} or on the command line +to the number of @code{.ly} files that LilyPond should process +simultaneously, e.g. on a bi-processor or Dual core machine + +@example +make CPU_COUNT=2 web +@end example + If source files have changed since last documentation build, output files that need to be rebuilt are normally rebuilt, even if you do not run @code{make web-clean} first. However, building dependencies in the -- 2.39.5