From: Michael Stapelberg Date: Wed, 3 Oct 2012 11:44:34 +0000 (+0200) Subject: include contrib/ in release tarballs X-Git-Tag: 2.6 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=refs%2Ftags%2F2.6 include contrib/ in release tarballs --- 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}