diff options
-rw-r--r-- | GIT-INFO | 10 | ||||
-rw-r--r-- | diff-exclude | 39 |
2 files changed, 5 insertions, 44 deletions
@@ -4,10 +4,10 @@ | (__| |_| | _ <| |___ \___|\___/|_| \_\_____| -CVS-INFO +GIT-INFO -This file is only present in the CVS - never in release archives. It contains -information about other files and things that the CVS repository keeps in its +This file is only present in git - never in release archives. It contains +information about other files and things that the git repository keeps in its inner sanctum. Compile and build instructions follow below. @@ -20,7 +20,7 @@ Compile and build instructions follow below. perl/ is a subdirectory with various perl scripts To build in environments that support configure, after having extracted -everything from CVS, do this: +everything from git, do this: ./buildconf ./configure @@ -63,5 +63,5 @@ MAC OS X 3. Install the latest version of autoconf, automake and m4 with fink 4. Install version 1.4.1 of libtool - you find it in the "unstable" section (read the manual to see how to get unstable versions) - 5. Get cURL from the cvs + 5. Get cURL from git 6. Build cURL with "./buildconf", "./configure", "make", "sudo make install" diff --git a/diff-exclude b/diff-exclude deleted file mode 100644 index 0681dbeba..000000000 --- a/diff-exclude +++ /dev/null @@ -1,39 +0,0 @@ -diff-exclude -*~ -*.orig -*.org -*.rej -configure -Makefile -Makefile.in -*.pid -*.bak -*.o -*.lo -*.Plo -*.Po -config.log -config.status -autom4te.cache -*.patch -CVS -*.asc -curl_config.h -*.la -*.lai -libtool -ltmain.sh -missing -mkinstalldirs -.#* -aclocal.m4 -hugehelp.c -.deps -.libs -libcurl.pc -curl-config -stamp-h* -curllib.dsp -curllib.vcproj -*.spec -curl.list |