From 784ea5066cbea73d04e8ce5783dd0eb842e3ac1f Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 11 Dec 1999 12:24:21 +0000 Subject: Import cvs-1.10.7. There are a number of nasty bugs that have been fixed. Obtained from: cyclic.com --- contrib/cvs/tools/ChangeLog | 6 ++++++ contrib/cvs/tools/Makefile.in | 3 +-- contrib/cvs/tools/README | 14 ++++++++++---- 3 files changed, 17 insertions(+), 6 deletions(-) (limited to 'contrib/cvs/tools') 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 + + * 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 * 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. -- cgit v1.1