]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/install.itely
Rename aux 'directories' to 'auxiliar' for Windows compatibility
[lilypond.git] / Documentation / user / install.itely
index 1b2f4df6ef293e379008871b3ed942c487702f63..d9e4d4396cb9fa8918ba12705b914e1b244954bd 100644 (file)
@@ -479,11 +479,11 @@ CVS; especially the following patch:
 For checking the coverage of the test suite, do the following
 
 @example
-./buildscripts/build-coverage.sh
+./scripts/auxiliar/build-coverage.sh
 @emph{# uncovered files, least covered first}
-python ./buildscripts/coverage.py  --summary out-cov/*.cc
+./scripts/auxiliar/coverage.py  --summary out-cov/*.cc
 @emph{# consecutive uncovered lines, longest first}
-python ./buildscripts/coverage.py  --uncovered out-cov/*.cc
+./scripts/auxiliar/coverage.py  --uncovered out-cov/*.cc
 @end example