Deal with missing CVS

This commit is contained in:
Isaac Clerencia Perez 2005-09-21 09:35:40 +00:00
parent d8ab713aa6
commit 46e157b2f4

View file

@ -16,7 +16,7 @@ endif
finddata=(cd $(top_srcdir) && find data fonts sounds $(findfilterflags) -o -print \
$(findmoredata) )
finddatadirs=(cd $(top_srcdir) && find data fonts sounds -type d \! \( -name CVS -prune \) -print; $(findmoredatadirs) )
finddatadirs=(cd $(top_srcdir) && find data fonts sounds -type d \! \( -name .svn -prune \) -print; $(findmoredatadirs) )
findnoinst=(cd $(top_srcdir) && find utils -name .svn -prune -o -name ".\#*" -o -type d -o -print && find MANUAL*)
w_preparefileinstall = if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \