From: Carl Sorensen Date: Tue, 30 Dec 2008 13:22:13 +0000 (-0700) Subject: DOC -- fix convert-ly instructions for documentation. X-Git-Tag: release/2.12.1-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95169ee96cc067978db9e8c99b58d9a9a640da38;p=lilypond.git DOC -- fix convert-ly instructions for documentation. --- diff --git a/Documentation/user/README.txt b/Documentation/user/README.txt index afadb666b7..cb344d3afa 100644 --- a/Documentation/user/README.txt +++ b/Documentation/user/README.txt @@ -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.)