diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 04:33:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 04:33:48 +0000 |
commit | 8f56e012ee69b00e913866eddbdcdb6e912e3a50 (patch) | |
tree | 2439e6ac46a8786d3326b36bb9ae8e26389b2d32 /Makefile | |
parent | 4ed558cdc7bfccf690ba9bc858405c6fce3d4c92 (diff) |
exclude SVN files from the dist tarball
svn path=/trunk/externals/ext13/; revision=11680
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |