X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2FREADME.txt;h=85cae0eed8aae4329529174a6f3beac3afa6dda6;hb=362b15ebbdfdc5da1563ad2d4d75ceef449e998c;hp=6b39a974a348dcfb67b4ca6d2bc0b1cb5019015d;hpb=7220607f3a1fb998d837adfa8532331f05461f70;p=lilypond.git diff --git a/Documentation/user/README.txt b/Documentation/user/README.txt index 6b39a974a3..85cae0eed8 100644 --- a/Documentation/user/README.txt +++ b/Documentation/user/README.txt @@ -8,14 +8,8 @@ General policy: policy.txt %%%%% UPDATING DOCS -convert-ly -e --from=... --to=... --no-version *.itely - -% to find the current version number, -grep "version \"" tutorial.itely - -Please don't forget updating translated docs (in LANGS/user) too! - -% (nobody ever remembers to update this file, so I've stopped -% trying to record it here) +cd into Documentation and run +find -name '*.itely' | xargs convert-ly -e +(This also updates translated docs.)