Commit aefc6f441aa1ae51135fea33d25572e39222cce7

Guillem Jover 2008-07-26T22:42:39

Do not include .gitignore in the dist tarball

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 09a24d7..904d21b 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ ChangeLog:
 dist: ChangeLog
 	mkdir $(TAR_NAME)
 	cp -a include src man $(LIB_DIST) $(TAR_NAME)
-	tar czf $(TAR_FILE) $(TAR_NAME)
+	tar czf $(TAR_FILE) --exclude=.gitignore $(TAR_NAME)
 	rm -rf $(TAR_NAME)
 	gpg -a -b $(TAR_FILE)