summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-05-04 12:31:28 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-05-04 12:31:28 +0200
commita25eb4f5a65093cf94ff3de2a6661dc88e19318b (patch)
treed72722d73589906abb6732f0df8b36a7b2972235 /Makefile
parentb5f89c83cc47ed4cfdaf0e61748229a14e2b5e3d (diff)
makefile: include yajl-fallback in release tarballs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c5ff8cb..9baea18 100644
--- a/Makefile
+++ b/Makefile
@@ -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}