]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor/release-work.itexi
Doc: Updates to CG, Extending, LM and Paper-defaults.ly
[lilypond.git] / Documentation / contributor / release-work.itexi
index 8227763e40d08f819ede3f958451a49aba6c6736..3869505630435d485154fbee19250a5d8041a8bc 100644 (file)
@@ -74,6 +74,10 @@ A @qq{minor release} means an update of @code{y} in @code{2.x.y}.
 
 @enumerate
 
+@item
+Don't forget to prepare the GUB build machine by deleting and moving unneeded
+files: see @qq{Subsequent builds} in @ref{Notes on builds with GUB}.
+
 @item
 Using any system with git pull access (not necessarily the GUB
 build machine), use the commands below to do the following:
@@ -104,7 +108,7 @@ VERSION_STABLE = the current stable version (probably no change here)
 @end itemize
 
 @item
-update the @qq{Welcome to Lilypond} version numbers to the version about to be
+update the @qq{Welcome to LilyPond} version numbers to the version about to be
 released
 
 @end itemize
@@ -137,8 +141,6 @@ Commit, push, switch back to master (or wherever else):
 
 @example
 git commit -m "Release: bump VERSION_DEVEL." VERSION
-git commit -m "Release: bump VERSION_DEVEL." ly/Welcome_to_LilyPond.ly
-git commit -m "Release: bump VERSION_DEVEL." ly/Welcome-to-LilyPond-MacOS.ly
 git commit -m "PO: update template." po/lilypond.pot
 git commit -m "Release: update news." Documentation/web/
 git commit -m "Release: bump Welcome versions." ly/Wel*.ly
@@ -586,7 +588,7 @@ to continue uninterrupted.
 Download GUB and start the set up:
 
 @example
-git clone git://github.com/gperciva/gub/gub.git
+git clone git://github.com/gperciva/gub.git
 cd gub
 make bootstrap
 @end example