From be9f64b78b2794b02dc604d80f1863bf4b2aa0b3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 1 Dec 2009 01:16:16 +0100 Subject: [PATCH] Update hacking doc. --- HACKING | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index 5207941eb..6e94e3f36 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.