]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4853 - correct make syntax in CG
authorPhil Holmes <mail@philholmes.net>
Tue, 2 Aug 2016 14:59:04 +0000 (15:59 +0100)
committerPhil Holmes <mail@philholmes.net>
Tue, 2 Aug 2016 14:59:44 +0000 (15:59 +0100)
Documentation/contributor/programming-work.itexi

index 6a608f01e8009202ffc0edea84f766a20116a43e..4b0b43dad40dfb5be89b17fe4c7f87e3d5dcdef0 100644 (file)
@@ -1222,7 +1222,7 @@ achieve this by configuring with
 The executable code of LilyPond must be rebuilt from scratch:
 
 @example
-make -C lily clean && make -C lily
+make clean && make
 @end example
 
 @item Create a graphviz-compatible @file{.ly} file
@@ -1269,7 +1269,7 @@ than normal.  The original configuration can be restored by rerunning
 rebuild LilyPond with
 
 @example
-make -C lily clean && make -C lily
+make clean && make
 @end example