diff --git a/Doc/Manual/Preface.html b/Doc/Manual/Preface.html index 05a52eaff..630657a9a 100644 --- a/Doc/Manual/Preface.html +++ b/Doc/Manual/Preface.html @@ -106,12 +106,12 @@ SWIG along with information about beta releases and future work.
-CVS access to the latest version of SWIG is also available. More information +SVN access to the latest version of SWIG is also available. More information about this can be obtained at:
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 73228f6f1..9a5922e02 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -216,7 +216,7 @@ The short abbreviated instructions follow...The step by step instructions to download and install MinGW and MSYS, then download and build the latest version of SWIG from SVN follow... -Note that the instructions for obtaining SWIG from SVN are also online at SWIG SVN. +Note that the instructions for obtaining SWIG from SVN are also online at SWIG SVN.
@@ -279,27 +279,23 @@ tar -zxf bison-2.0-MSYS.tar.gz
mkdir /usr/src cd /usr/src -export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig -cvs login - (Logging in to anonymous@swig.cvs.sourceforge.net) - CVS password: <Just Press Return Here> -cvs -z3 checkout SWIG +svn co https://swig.svn.sourceforge.net/svnroot/swig/trunk swig
-cd /usr/src/SWIG +cd /usr/src/swig ./autogen.sh ./configure make