]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/README.txt
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / Documentation / user / README.txt
index 80c9f92c16c21ab44a1bd902187493a1b60d8760..cb344d3afa91bb8a81701336c5b2479da9e8b2c3 100644 (file)
@@ -3,16 +3,13 @@ Info for Documentation
 
 %%%%% GENERAL POLICY
 
-See policy.txt
+Formatting: writing-texinfo.txt
+General policy: policy.txt
 
 
 %%%%% UPDATING DOCS
-convert-ly -e --from=... --to=... --no-version *.itely
-
-% to find the current version number,
-grep "version \"" tutorial.itely
-
-%  (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.)