>From b166358e76bfcdc982fb76d621be81751fc613db Mon Sep 17 00:00:00 2001 From: Joseph Rushton Wakeling Date: Mon, 14 May 2012 03:21:03 +0200 Subject: [PATCH] CG tweak: some extra info on make doc and doc build times. --- Documentation/included/compile.itexi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/included/compile.itexi b/Documentation/included/compile.itexi index e95cf26..4b87ce1 100644 --- a/Documentation/included/compile.itexi +++ b/Documentation/included/compile.itexi @@ -456,6 +456,23 @@ targets, run: make help @end example +For example, to build documentation, you can use address@hidden +make doc address@hidden example + +or to build only the PDF documentation, + address@hidden +make doc-stage-1 address@hidden example + +Documentation builds can take much longer than building LilyPond itself. +Some individual commands issued during the make process may take as long +as an hour to complete on older single-core machines, so don't panic if +for a long time it looks like nothing is happening! Be patient, and the +build will complete. + TODO: Describe what @command{make} actually does. -- 1.7.9.5