]> 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 597aeb6900e00e84774d8185da2f827a1c7b809d..d9e4d4396cb9fa8918ba12705b914e1b244954bd 100644 (file)
@@ -479,11 +479,11 @@ CVS; especially the following patch:
 For checking the coverage of the test suite, do the following
 
 @example
-./scripts/aux/build-coverage.sh
+./scripts/auxiliar/build-coverage.sh
 @emph{# uncovered files, least covered first}
-./scripts/aux/coverage.py  --summary out-cov/*.cc
+./scripts/auxiliar/coverage.py  --summary out-cov/*.cc
 @emph{# consecutive uncovered lines, longest first}
-./scripts/aux/coverage.py  --uncovered out-cov/*.cc
+./scripts/auxiliar/coverage.py  --uncovered out-cov/*.cc
 @end example