diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-05-04 12:31:28 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-05-04 12:31:28 +0200 |
commit | a25eb4f5a65093cf94ff3de2a6661dc88e19318b (patch) | |
tree | d72722d73589906abb6732f0df8b36a7b2972235 /Makefile | |
parent | b5f89c83cc47ed4cfdaf0e61748229a14e2b5e3d (diff) |
makefile: include yajl-fallback in release tarballs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ release: find src -maxdepth 1 -type f \( -regex ".*\.\(c\|h\)" \) -exec cp '{}' i3status-${VERSION}/src \; 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} 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} |