summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/tools
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-11 12:24:21 +0000
committerpeter <peter@FreeBSD.org>1999-12-11 12:24:21 +0000
commit784ea5066cbea73d04e8ce5783dd0eb842e3ac1f (patch)
tree2a59869a343a5d43c01370f1083d67c2a02785a0 /contrib/cvs/tools
parent308b60f66831aa65a459a7b347ea6ca14b6e4799 (diff)
downloadFreeBSD-src-784ea5066cbea73d04e8ce5783dd0eb842e3ac1f.zip
FreeBSD-src-784ea5066cbea73d04e8ce5783dd0eb842e3ac1f.tar.gz
Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.
Obtained from: cyclic.com
Diffstat (limited to 'contrib/cvs/tools')
-rw-r--r--contrib/cvs/tools/ChangeLog6
-rw-r--r--contrib/cvs/tools/Makefile.in3
-rw-r--r--contrib/cvs/tools/README14
3 files changed, 17 insertions, 6 deletions
diff --git a/contrib/cvs/tools/ChangeLog b/contrib/cvs/tools/ChangeLog
index 8cd177e..99c3af7 100644
--- a/contrib/cvs/tools/ChangeLog
+++ b/contrib/cvs/tools/ChangeLog
@@ -1,3 +1,9 @@
+1998-09-09 Jim Kingdon <kingdon@harvey.cyclic.com>
+
+ * README: Update now that pcl-cvs is no longer here.
+ * pcl-cvs: Remove this subdirectory and all its contents.
+ * Makefile.in: Remove references to pcl-cvs directory.
+
Sat Feb 21 22:02:12 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (clean): Change "/bin/rm" to "rm".
diff --git a/contrib/cvs/tools/Makefile.in b/contrib/cvs/tools/Makefile.in
index 578b210..752224d 100644
--- a/contrib/cvs/tools/Makefile.in
+++ b/contrib/cvs/tools/Makefile.in
@@ -54,7 +54,7 @@ clean:
.PHONY: clean
distclean: clean
- rm -f Makefile pcl-cvs/Makefile
+ rm -f Makefile
.PHONY: distclean
realclean: distclean
@@ -65,7 +65,6 @@ dist-dir:
for i in ${DISTFILES}; do \
ln $(srcdir)/$${i} ${DISTDIR}; \
done
- cd pcl-cvs; ${MAKE} dist-dir DISTDIR="../${DISTDIR}/pcl-cvs"
.PHONY: dist-dir
subdir = tools
diff --git a/contrib/cvs/tools/README b/contrib/cvs/tools/README
index af7bd7e..e8e73b3 100644
--- a/contrib/cvs/tools/README
+++ b/contrib/cvs/tools/README
@@ -1,5 +1,11 @@
- This subdirectory contains tools that can be used with CVS.
-Note that they will not necessarily be installed when you "make
-install" from the top-level of the CVS source tree.
+This subdirectory formerly contained tools that can be used with CVS.
+In particular, it used to contain a copy of pcl-cvs version 1.x.
+Pcl-cvs is an Emacs interface to CVS.
-pcl-cvs ............................. an Emacs interface to CVS.
+If you are looking for pcl-cvs, we'd suggest pcl-cvs version 2.x, at:
+ ftp://ftp.weird.com/pub/local/
+
+Both of the following CVS sites have a page about pcl-cvs:
+ http://www.loria.fr/~molli/cvs-index.html
+ http://www.cyclic.com/
+They also have much information about CVS tools more generally.
OpenPOWER on IntegriCloud