X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor%2Fprogramming-work.itexi;h=de22c42ec57453d5f20fbfb23ed57a898aa85ac0;hb=58a49e2c9dd187063f479389376705391d817ad3;hp=273bba4bd1d0d6e78a005c9dd78d5945dbe307f5;hpb=ae693288386a97149c96312567ef66de1db41df8;p=lilypond.git diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index 273bba4bd1..de22c42ec5 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -979,7 +979,7 @@ for all errors and defines functions for displaying scheme objects (ps), grobs (pgrob), and parsed music expressions (pmusic). @example -file lily/out/lilypond +file $LILYPOND_GIT/build/out/bin/lilypond b programming_error b Grob::programming_error @@ -1453,7 +1453,7 @@ When these commands complete without error, the patch is considered to function successfully. Developers on Windows who are unable to build LilyPond should -get help from a Linux or OSX developer to do the make tests. +get help from a GNU/Linux or OSX developer to do the make tests. @node Verify regression tests