summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 7 insertions, 5 deletions
diff --git a/HACKING b/HACKING
index 5207941..6e94e3f 100644
--- 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.