]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update hacking doc.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Dec 2009 00:16:16 +0000 (01:16 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Dec 2009 00:16:16 +0000 (01:16 +0100)
HACKING

diff --git a/HACKING b/HACKING
index 5207941ebd20aaec584d8a1c3786a82367e933c0..6e94e3f36ef61ee48f5d75f77d298e951d874fdf 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -63,11 +63,13 @@ You will need reasonably recent versions of the build tools:
 And, of course, the packages listed in the DEPENDENCIES file.
 
 
-Building off the CVS
-====================
+Building off the git repository
+===============================
 
-Access to the CVS is described at http://savannah.gnu.org/cvs/?group=gettext .
+Access to the git repository is described at
+  http://savannah.gnu.org/git/?group=gettext
 
-After fetching the sources from the CVS, peek at the comments in autogen.sh,
-then run "./autogen.sh"; then you can proceed with "./configure" as usual.
+After fetching the sources from the repository, peek at the comments in
+autogen.sh, then run "./autogen.sh"; then you can proceed with "./configure"
+as usual.