From: Michael Stapelberg Date: Fri, 4 May 2012 10:31:28 +0000 (+0200) Subject: makefile: include yajl-fallback in release tarballs X-Git-Tag: 2.5.1~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a25eb4f5a65093cf94ff3de2a6661dc88e19318b;p=i3%2Fi3status makefile: include yajl-fallback in release tarballs --- 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}