]> git.sur5r.net Git - i3/i3status/commitdiff
makefile: also copy include/ in make release
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 22 Sep 2010 22:19:59 +0000 (00:19 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 22 Sep 2010 22:19:59 +0000 (00:19 +0200)
Makefile

index 526ec341d80b919efd301638fdd8650ac7e8abe7..5f1c00eebb000049967700dee298e1b8177e56a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ release:
        mkdir i3status-${VERSION}/man
        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}
        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}