From a25eb4f5a65093cf94ff3de2a6661dc88e19318b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 4 May 2012 12:31:28 +0200 Subject: [PATCH] makefile: include yajl-fallback in release tarballs --- Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.39.5