summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-10-03 13:44:34 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-10-03 13:44:34 +0200
commitc705b11d44c44dda08ce3fc3a4526199946e1c8b (patch)
tree8d804a92b56d09a416b710af98e367ccb0bef56e
parent69cd4fe0038a46931f7019e96ceec433cb146649 (diff)
include contrib/ in release tarballs2.6
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 493c539..af56a19 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ release:
find man -maxdepth 1 -type f \( -regex ".*\.\(1\|man\|conf\)" -or -name "Makefile" \) -exec cp '{}' i3status-${VERSION}/man \;
cp -r include i3status-${VERSION}
cp -r yajl-fallback i3status-${VERSION}
+ cp -r contrib i3status-${VERSION}
sed -e 's/^GIT_VERSION:=\(.*\)/GIT_VERSION=${GIT_VERSION}/g;s/^VERSION:=\(.*\)/VERSION=${VERSION}/g' Makefile > i3status-${VERSION}/Makefile
tar cjf i3status-${VERSION}.tar.bz2 i3status-${VERSION}
rm -rf i3status-${VERSION}