summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-12-08 13:18:11 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-12-08 13:18:11 -0500
commitede43a817cff48d59f9d1a22006a11e4bb6cce51 (patch)
tree99228d1e835c7c286f5d50eef17a11bb70c7dc1d
parent190ae0a1f95670954063c2ae8d83743a79e0951e (diff)
downloadgroff-git-ede43a817cff48d59f9d1a22006a11e4bb6cce51.tar.gz
Redirect references to the CVS repository to the Savannah project page.
-rw-r--r--README35
-rw-r--r--doc/webpage.ms34
2 files changed, 7 insertions, 62 deletions
diff --git a/README b/README
index 2f9e1b732..d9767b29b 100644
--- a/README
+++ b/README
@@ -36,35 +36,10 @@ useful for groff.
The most recent released version of `groff' is always available by
anonymous ftp from `ftp.gnu.org' in the directory `gnu/groff'.
-The current development version of `groff' is available from a `CVS'
-repository.
+The current development version of `groff' is available from a
+repository which you can find through the Savannah project page for groff:
-It makes sense if you first declare the following shell variable in
-your system:
-
- export CVS_RSH
- CVS_RSH=ssh
-
-You can access it then by selecting a parent directory in which to
-create a working copy (call it, say, `~/cvswork'), and then executing
-the commands
-
- cd ~/cvswork
- cvs -d:pserver:anonymous@cvs.savannah.gnu.org/sources/groff -z5 co groff
-
-This creates a subdirectory, `~/cvswork/groff', with a `checked out'
-copy of the `CVS' repository. An update of this working copy may be
-achieved, at any later time by invoking the commands
-
- cd ~/cvswork/groff
- cvs -z5 update -dP
-
-Please read the `CVS' info pages for further details.
-
-Finally, it is possible to access the `CVS' with a web browser by
-pointing it to
-
- http://savannah.gnu.org/cvs/?group=groff
+ http://savannah.gnu.org/projects/groff
Alternatively, you can download snapshots (which are updated twice a
day). The complete `groff' source as a single file is available at
@@ -95,7 +70,7 @@ following tools to build `groff' directly from its source:
bison >= 1.875b or byacc
Note that `texinfo' and `bison' or `byacc' are required only for
-building from `CVS' sources (either a checked out working copy, or a
+building from repository sources (either a checked out working copy, or a
daily snapshot). They are not required for building from a stable
release tarball. Also note that the version numbers stated are the
minimum supported. No version of `texinfo' < 4.8 works, and the
@@ -105,7 +80,7 @@ update to a later version *before* posting a bug report.
For *all* sources, you need ghostscript for creation of either `PDF' or
`HTML' output; the `netpbm' and `psutils' packages are required only
-for `HTML' output (and for compilation from the CVS). If you don't
+for `HTML' output (and for compilation from the repository). If you don't
intend to produce output in either of these formats, then these
packages are unnecessary.
diff --git a/doc/webpage.ms b/doc/webpage.ms
index e0dc41b7b..71df9bc6c 100644
--- a/doc/webpage.ms
+++ b/doc/webpage.ms
@@ -143,38 +143,8 @@ The most recent released version of groff is always available by
.URL "ftp://\:ftp.gnu.org/\:gnu/\:groff" "anonymous ftp" .
The current development version of groff is available from a
-.URL "http://\:savannah.gnu.org/\:cvs/\:?group=groff" "CVS repository" .
-You can access it by first selecting a parent directory in
-which to create a working copy (call it, say, ~/cvswork), and then
-executing the commands
-
-.in 2m
-.nf
-.ft C
-cd ~/cvswork
-cvs -d:pserver:anonymous@cvs.savannah.gnu.org/sources/groff -z5 co groff
-.ft P
-.fi
-.in
-
-This creates a subdirectory, ~/cvswork/groff, with a `checked out'
-copy of the CVS repository.
-An update of this working copy may be
-achieved, at any later time by invoking the commands
-
-.in 2m
-.nf
-.ft C
-cd ~/cvswork/groff
-cvs -z5 update -dP
-.ft P
-.fi
-.in
-
-Please read the CVS info pages for further details.
-
-Finally, it is possible to access the CVS with a
-.URL http://\:savannah.gnu.org/\:cvs/\:?group=groff "web browser" .
+repository which you can find through the Savannah project page for groff:
+.URL http://savannah.gnu.org/projects/groff .
Alternatively, you can download snapshots (which are updated twice a day).
The complete groff source as a single file is available