From: Graham Percival Date: Sat, 11 Jul 2009 03:12:18 +0000 (-0700) Subject: Doc: CG: add items to Release list. X-Git-Tag: release/2.13.4-1~363 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ca7c78d795e200ee3b57e43d6728c2a70520cc9;p=lilypond.git Doc: CG: add items to Release list. --- diff --git a/Documentation/devel/release-work.itexi b/Documentation/devel/release-work.itexi index f8b13786a1..193ccb64bf 100644 --- a/Documentation/devel/release-work.itexi +++ b/Documentation/devel/release-work.itexi @@ -165,6 +165,36 @@ Web: @subheading Technical notes +To build GUB: + +@itemize + +@item +Run the following (from the gub/ dir): +@example +mkdir -p uploads/v2-13/ +mkdir -p uploads/v2.13.0/ +touch uploads/v2-13/index.html +@end example + +@item +Download @file{lilypond-2.13.0-0.test-output.tar.bz2} + +@item +Copy / move / link it to uploads, but rename it to +@file{lilypond-2-13.test-output.tar.bz2} + +@item +Run: +@example +make -f lilypond.make update-versions +make -f lilypond.make unlocked-test-export +@end example + +@end itemize + +To upload: + @itemize @item remove the "t" from the rsync command in test-lily/rsync-lily-doc.py