summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-07-09 13:45:24 +0000
committerTiago Cunha <tcunha@gmx.com>2011-07-09 13:45:24 +0000
commitdf69ee07e257df127b1ad1fe14a17ec561c69fa1 (patch)
treeddec9a9f36df123bb6388a49d66fa1eecc10f2c2
parent31def00f59ea80f9b5a80ff6715e670496a2ccb3 (diff)
Delete subversion directories before the actual tarball is created.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 108f8702..47fe3e25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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@