summaryrefslogtreecommitdiff
path: root/README.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-01-12 19:31:13 -0500
committerPaul Smith <psmith@gnu.org>2013-01-12 19:31:13 -0500
commit002702c89c77479cb1d950f28a32691d0bdcc309 (patch)
tree7ac39c81b91c6f3bfd0bd1f317b16d12b860cc11 /README.template
parenta3bd466e254e4bbe7e3eb7826d5733ad193fa209 (diff)
downloadgunmake-002702c89c77479cb1d950f28a32691d0bdcc309.tar.gz
Modify instructions, etc. for Git support.
Diffstat (limited to 'README.template')
-rw-r--r--README.template14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.template b/README.template
index 1ea8046..f3fa28d 100644
--- a/README.template
+++ b/README.template
@@ -82,19 +82,19 @@ If you need help using GNU make, try these forums:
news:gnu.utils.bug
-CVS Access
+Git Access
----------
-The GNU make source repository is available via anonymous CVS from the
-GNU Subversions CVS server; look here for details:
+The GNU make source repository is available via Git from the
+GNU Savannah Git server; look here for details:
- http://savannah.gnu.org/cvs/?group=make
+ http://savannah.gnu.org/git/?group=make
-Please note: you won't be able to build GNU make from CVS without
+Please note: you won't be able to build GNU make from Git without
installing appropriate maintainer's tools, such as GNU m4, automake,
-autoconf, Perl, GNU make, and GCC. See the README.cvs file for hints on
+autoconf, Perl, GNU make, and GCC. See the README.git file for hints on
how to build GNU make once these tools are available. We make no
-guarantees about the contents or quality of the latest code in the CVS
+guarantees about the contents or quality of the latest code in the Git
repository: it is not unheard of for code that is known to be broken to
be checked in. Use at your own risk.