]> git.donarmstrong.com Git - lilypond.git/commitdiff
DOC -- fix convert-ly instructions for documentation.
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 30 Dec 2008 13:22:13 +0000 (06:22 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 30 Dec 2008 13:22:13 +0000 (06:22 -0700)
Documentation/user/README.txt

index afadb666b7ef7bce4990c10cbf832e75e4d6bbd8..cb344d3afa91bb8a81701336c5b2479da9e8b2c3 100644 (file)
@@ -10,6 +10,6 @@ General policy: policy.txt
 %%%%% UPDATING DOCS
 cd into Documentation and run
 
-find -name . '*.itely' | xargs convert-ly -e
+find . -name '*.itely' | xargs convert-ly -e
 
 (This also updates translated docs.)