From: Graham Percival <graham@percival-music.ca>
Date: Thu, 27 May 2010 16:54:45 +0000 (+0100)
Subject: Revert "Doc: update CG "Working with source code""
X-Git-Tag: release/2.13.23-1~29^2~19
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1449eae7d1d84a4d0b95dab42e6a40a64ef35219;p=lilypond.git

Revert "Doc: update CG "Working with source code""

This reverts commit 2ed20ae542b8fb12a313cdebbd1be42447d4277c.

We don't want this info here, and it already exists in CG 3.3.
Discuss things like this before changing it.
---

diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi
index aae0a93cf3..80e4358bd2 100644
--- a/Documentation/contributor/source-code.itexi
+++ b/Documentation/contributor/source-code.itexi
@@ -6,7 +6,6 @@
 
 
 @menu
-* Downloading the source code as an archive::
 * Using lily-git::
 * Starting with Git::
 * Basic Git procedures::
@@ -17,29 +16,6 @@
 @end menu
 
 
-@node Downloading the source code as an archive
-@section Downloading the source code as an archive
-
-
-An easy way to get the complete source code is to download it
-as a @qq{tarball} archive, that can be extracted on any operating
-system (Windows users may have to download and install the free-software
-@uref{http://www.7-zip.org, 7zip archiver} to extract it.
-
-Such a tarball is directly available on the LilyPond website: see
-@rweb{Source}.  This source code matches the proposed binaries on
-the same page (i.e. the latest stable or development release).
-
-Another way to retrieve the latest LilyPond snapshot from its
-GNU Savannah Git server is to click on the following link:
-@uref{http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=snapshot}.
-
-However, please note that this will not allow you to submit your
-modifications to the code in a proper way.  Therefore the recommended
-way of getting the source code (alongside with its complete history log)
-is by using Git, as explained in this section.
-
-
 @node Using lily-git
 @section Using lily-git
 
@@ -887,7 +863,7 @@ that looks like this:
 # Changes to be committed:
 #   (use "git reset HEAD <file>..." to unstage)
 #
-# modified:   working.itexi
+#	modified:   working.itexi
 #
 @end example