summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-06 16:00:00 +0000
committerStef Walter <stef@memberwebs.com>2007-05-06 16:00:00 +0000
commit3357197d9c9bf874013073be83572a6c0052d371 (patch)
tree476310753dd6c4e6988512ae0d86c63450f9bbdd
parent48980d69ef9a83365fe17a20ceaead28cecba70e (diff)
Add distribution script
-rw-r--r--make-dist.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/make-dist.sh b/make-dist.sh
new file mode 100644
index 0000000..3c19301
--- /dev/null
+++ b/make-dist.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+VERSION=0.1
+
+tar -zcvf cryptoki-capi-$VERSION.tar.gz \
+ --exclude=*.tar.gz --exclude=.svn --exclude=sandbox \
+ --exclude=Debug --exclude=Release \
+ --exclude=*.plg --exclude=*.ncb --exclude=*.opt \
+ *