]> git.sur5r.net Git - i3/i3/commitdiff
Fix 'make dist'
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 8 Oct 2011 18:12:28 +0000 (19:12 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 8 Oct 2011 18:12:28 +0000 (19:12 +0100)
Makefile

index 54d8464f706b64f563709f16263e62ed9a086471..58fd01780d2f3b2f8d18c2ae90fa0423704f0f03 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,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 i3-sensible-* 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 i3-migrate-config-to-v4 i3-sensible-* i3.config.keycodes DEPENDS GOALS LICENSE PACKAGE-MAINTAINER RELEASE-NOTES-${VERSION} i3.config i3.desktop i3.welcome pseudo-doc.doxygen i3-wsbar Makefile i3-${VERSION}
        cp -r src libi3 i3-msg i3-nagbar i3-config-wizard i3bar yajl-fallback include man i3-${VERSION}
        # Only copy toplevel documentation (important stuff)
        mkdir i3-${VERSION}/docs