cvs to svn
authorArt Cancro <ajc@citadel.org>
Sat, 8 Oct 2005 03:10:03 +0000 (03:10 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 8 Oct 2005 03:10:03 +0000 (03:10 +0000)
webcit/ChangeLog
webcit/Makefile.in

index 2f48357b9cac91c3c2b3007d45f9928d5cdfe96f..81ef96e09ac5625a8446eb1bd8522a1e94660909 100644 (file)
@@ -1,3 +1,6 @@
+Fri Oct  7 23:09:28 EDT 2005 Art Cancro <ajc@uncensored.citadel.org>
+* 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
 
index 7af1c05ed0995520715adcbab5dc11e1d8606da9..a295d043d11b85fb61e8d4fb9dd76edc38c746ef 100644 (file)
@@ -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