From 76a8e39396eeafa0f872dac9d063e32c80831de0 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 21 Jun 2005 04:01:08 -0700 Subject: [PATCH] [svn] Replaced CVS with svn. --- Makefile.cvs => Makefile.svn | 0 README.cvs | 28 ---------------------------- README.svn | 29 +++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 28 deletions(-) rename Makefile.cvs => Makefile.svn (100%) delete mode 100644 README.cvs create mode 100644 README.svn diff --git a/Makefile.cvs b/Makefile.svn similarity index 100% rename from Makefile.cvs rename to Makefile.svn diff --git a/README.cvs b/README.cvs deleted file mode 100644 index b94bac29..00000000 --- a/README.cvs +++ /dev/null @@ -1,28 +0,0 @@ -Important note: - -To reduce bandwidth and needless updates, the CVS tree does not -contain automatically-generated files, even when those files are -normally present in the distribution tarballs. - -Therefore, if you're building from the CVS sources, you'll need to -have GNU autoconf, gettext, and texinfo installed on your machine -(these do the afore-mentioned automatic generation). The three -packages are available from /> and -its mirrors (please choose one close to you), listed at -. - -In case you aren't used to running autoconf manually to generate the -necessary configure script, a file called Makefile.cvs has been -provided, and may be called using `make -f Makefile.cvs'. Once the -Makefile has called autoconf to generate the configure script, you can -build in the usual fashion. - -To summarize, once you've checked out wget from the CVS archive -(instructions for which can be found on the Development page of the -Wget website), the commands you'll execute will be as follows (barring -any extra options to `configure' or to the second `make'): - - cd wget - make -f Makefile.cvs - ./configure - make diff --git a/README.svn b/README.svn new file mode 100644 index 00000000..7abdb621 --- /dev/null +++ b/README.svn @@ -0,0 +1,29 @@ +Important note: + +To reduce bandwidth and needless updates, the Subversion tree does not +contain automatically-generated files, even when those files are +normally present in the distribution tarballs. + +Therefore, if you're building from the sources obtained via +Subversion, you'll need to have GNU autoconf, gettext, and texinfo +installed on your machine (these do the afore-mentioned automatic +generation). The three packages are available from +/> and its mirrors (please choose +one close to you), listed at . + +In case you aren't used to running autoconf manually to generate the +necessary configure script, a file called Makefile.cvs has been +provided, and may be called using `make -f Makefile.cvs'. Once the +Makefile has called autoconf to generate the configure script, you can +build in the usual fashion. + +To summarize, once you've checked out wget from the Subversion +repository (instructions for which can be found on the Development +page of the Wget website), the commands you'll execute will be as +follows (barring any extra options to `configure' or to the second +`make'): + + cd wget + make -f Makefile.svn + ./configure + make -- 2.39.2