]> 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 490287bc77c38f9ff20bdec608b002c71253379e..d9e4d4396cb9fa8918ba12705b914e1b244954bd 100644 (file)
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.61"
+@c \version "2.12.0"
 
 @ifclear INSTALL
 @node Install
@@ -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