]> git.sur5r.net Git - i3/i3/commitdiff
Fix makefile to replace git-versions so tarball works without git
authorMichael Stapelberg <michael+x200@stapelberg.de>
Sun, 15 Mar 2009 22:40:08 +0000 (23:40 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Sun, 15 Mar 2009 22:40:08 +0000 (23:40 +0100)
Makefile

index 74d4fb76cd80c2fa677c56ed0251fb1bf477936e..36a834b8da4da37529a7ef09d0d4e7ba05bad695 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,8 +67,9 @@ dist: clean
        [ ! -f i3-${VERSION} ] || rm -rf i3-${VERSION}
        [ ! -e i3-${VERSION}.tar.bz2 ] || rm i3-${VERSION}.tar.bz2
        mkdir i3-${VERSION}
-       cp Makefile DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO i3.config i3-${VERSION}
+       cp DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO i3.config i3-${VERSION}
        cp -r src include docs man i3-${VERSION}
+       sed -e 's/^GIT_VERSION=\(.*\)/GIT_VERSION=${GIT_VERSION}/g;s/^VERSION=\(.*\)/VERSION=${VERSION}/g' Makefile > i3-${VERSION}/Makefile
        tar cf i3-${VERSION}.tar i3-${VERSION}
        bzip2 -9 i3-${VERSION}.tar
        rm -rf i3-${VERSION}