diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-10-03 13:44:34 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-10-03 13:44:34 +0200 |
commit | c705b11d44c44dda08ce3fc3a4526199946e1c8b (patch) | |
tree | 8d804a92b56d09a416b710af98e367ccb0bef56e | |
parent | 69cd4fe0038a46931f7019e96ceec433cb146649 (diff) |
include contrib/ in release tarballs2.6
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |