aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 04:33:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-05 04:33:48 +0000
commit8f56e012ee69b00e913866eddbdcdb6e912e3a50 (patch)
tree2439e6ac46a8786d3326b36bb9ae8e26389b2d32
parent4ed558cdc7bfccf690ba9bc858405c6fce3d4c92 (diff)
exclude SVN files from the dist tarball
svn path=/trunk/externals/ext13/; revision=11680
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c9fa5f..4ccaa17 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ clean:
dist:
- cd .. && tar cjpf $(LIBRARY_NAME)-$(OS).tar.bz2 $(LIBRARY_NAME)
+ cd .. && tar --exclude=.svn -cjpf $(LIBRARY_NAME)-$(OS).tar.bz2 $(LIBRARY_NAME)
etags: