]> git.sur5r.net Git - i3/i3status/commitdiff
include contrib/ in release tarballs 2.6
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Oct 2012 11:44:34 +0000 (13:44 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Oct 2012 11:44:34 +0000 (13:44 +0200)
Makefile

index 493c5394fcf670e819ce16447549af000c1da05b..af56a199a75b4306d7d04251ecf5a94a04840f2c 100644 (file)
--- 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}