Delete subversion directories before the actual tarball is created.

This commit is contained in:
Tiago Cunha 2011-07-09 13:45:24 +00:00
parent 31def00f59
commit df69ee07e2

View File

@ -10,7 +10,7 @@ EXTRA_DIST = \
array.h compat.h tmux.h osdep-*.c
dist-hook:
grep "^#found_debug=" configure
find $(distdir) -name CVS -type d|xargs rm -Rf
find $(distdir) -name .svn -type d|xargs rm -Rf
# Preprocessor flags.
CPPFLAGS += @XOPEN_DEFINES@