From 7bcc2113802f59557247659c4312b3996d0e5b69 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 8 Oct 2005 03:10:03 +0000 Subject: [PATCH] cvs to svn --- webcit/ChangeLog | 3 +++ webcit/Makefile.in | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 2f48357b9..81ef96e09 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,3 +1,6 @@ +Fri Oct 7 23:09:28 EDT 2005 Art Cancro +* Makefile: change "CVS" to ".svn" to avoid errors during make install + Fri Oct 7 17:37:16 EDT 2005 ajc * messages.c: fix infinite loop in utf8ify-header diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 7af1c05ed..a295d043d 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -68,15 +68,15 @@ $(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4 install: test -d $(root)$(prefix) || mkdir $(root)$(prefix) test -d $(root)$(prefix)/static || mkdir $(root)$(prefix)/static - for i in `find tiny_mce -type d | grep -v CVS` \ + for i in `find tiny_mce -type d | grep -v .svn` \ ; do \ test -d $(root)$(prefix)/$$i || mkdir $(root)$(prefix)/$$i; \ done for i in \ webserver \ setup \ - `find static -type f | grep -v CVS` \ - `find tiny_mce -type f | grep -v CVS` \ + `find static -type f | grep -v .svn` \ + `find tiny_mce -type f | grep -v .svn` \ ; do \ $(INSTALL) $$i $(root)$(prefix)/$$i; \ done -- 2.39.2