]> git.sur5r.net Git - i3/i3/commitdiff
makefile: include i3-wsbar in dist
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Mar 2010 14:53:03 +0000 (15:53 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Mar 2010 14:53:03 +0000 (15:53 +0100)
Makefile

index c73723ade6d3a8391960da54a7548735289af1b8..62c94bfbb9a4b5bf3a9f4d92bd94b96a2dd8f4af 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ dist: distclean
        [ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION}
        [ ! -e i3-${VERSION}.tar.bz2 ] || rm i3-${VERSION}.tar.bz2
        mkdir i3-${VERSION}
-       cp DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO RELEASE-NOTES-${VERSION} i3.config i3.desktop i3.welcome pseudo-doc.doxygen Makefile i3-${VERSION}
+       cp DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO RELEASE-NOTES-${VERSION} i3.config i3.desktop i3.welcome i3-wsbar pseudo-doc.doxygen Makefile i3-${VERSION}
        cp -r src i3-msg include man i3-${VERSION}
        # Only copy toplevel documentation (important stuff)
        mkdir i3-${VERSION}/docs