From c705b11d44c44dda08ce3fc3a4526199946e1c8b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 3 Oct 2012 13:44:34 +0200 Subject: [PATCH] include contrib/ in release tarballs --- Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.39.2