]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
cvs to svn
[citadel.git] / webcit / Makefile.in
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