From 8f56e012ee69b00e913866eddbdcdb6e912e3a50 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Jun 2009 04:33:48 +0000 Subject: exclude SVN files from the dist tarball svn path=/trunk/externals/ext13/; revision=11680 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.1