From df69ee07e257df127b1ad1fe14a17ec561c69fa1 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 9 Jul 2011 13:45:24 +0000 Subject: [PATCH] Delete subversion directories before the actual tarball is created. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@