From 4e069c190dfd3b208a35ae8e053c5678acde69fe Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 28 Dec 2009 20:31:30 +0000 Subject: [PATCH] Doc: CG: fix EXTERNAL_BINARY compile command. --- Documentation/contributor/basic-compile.itexi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5