]> git.sur5r.net Git - i3/i3status/commitdiff
makefile: include yajl-fallback in release tarballs
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 4 May 2012 10:31:28 +0000 (12:31 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 4 May 2012 10:31:28 +0000 (12:31 +0200)
Makefile

index c5ff8cb84fe6aa1c3a2797ed9ddf806a638ce723..9baea18c753cff25e5ef1228c139fbe5a49fb5ba 100644 (file)
--- 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}