mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
Delete subversion directories before the actual tarball is created.
This commit is contained in:
parent
31def00f59
commit
df69ee07e2
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user