From: Graham Percival Date: Mon, 28 Dec 2009 20:31:30 +0000 (+0000) Subject: Doc: CG: fix EXTERNAL_BINARY compile command. X-Git-Tag: release/2.13.10-1~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e069c190dfd3b208a35ae8e053c5678acde69fe;p=lilypond.git Doc: CG: fix EXTERNAL_BINARY compile command. --- diff --git a/Documentation/contributor/basic-compile.itexi b/Documentation/contributor/basic-compile.itexi index e69dccd380..ab35b53919 100644 --- a/Documentation/contributor/basic-compile.itexi +++ b/Documentation/contributor/basic-compile.itexi @@ -374,7 +374,7 @@ From a fresh Git checkout, do @example ./autogen.sh # ignore any warning messages cp GNUmakefile.in GNUmakefile -make -C python +make -C scripts && make -C python nice make LILYPOND_EXTERNAL_BINARY=/path/to/bin/lilypond doc @end example