]> git.sur5r.net Git - i3/i3/commitdiff
makefile: includue i3-wsbar in dist
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 19:58:07 +0000 (21:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 19:58:07 +0000 (21:58 +0200)
Makefile

index 214632325b499e09f7a4bbe8021f2922e77553e9..4c08e92d0b9b854a8955bff1c8be1d2362cb3425 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ dist: distclean
        [ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION}
        [ ! -e i3-${VERSION}.tar.bz2 ] || rm i3-${VERSION}.tar.bz2
        mkdir i3-${VERSION}
-       cp i3-migrate-config-to-v4.pl i3.config.keycodes DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO RELEASE-NOTES-${VERSION} i3.config i3.desktop i3.welcome pseudo-doc.doxygen Makefile i3-${VERSION}
+       cp i3-migrate-config-to-v4.pl i3.config.keycodes DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO RELEASE-NOTES-${VERSION} i3.config i3.desktop i3.welcome pseudo-doc.doxygen i3-wsbar Makefile i3-${VERSION}
        cp -r src i3-msg i3-nagbar i3-config-wizard yajl-fallback include man i3-${VERSION}
        # Only copy toplevel documentation (important stuff)
        mkdir i3-${VERSION}/docs