]> git.sur5r.net Git - i3/i3/commitdiff
Include i3-sensible-* in 'make dist'
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 29 Sep 2011 20:04:39 +0000 (21:04 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 29 Sep 2011 20:04:39 +0000 (21:04 +0100)
Makefile

index bec6b64b3bc923b607394c11013b8e446380c85f..4289eb4df09d52b6b8ec9a8eae6696176e1cdbec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,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.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 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 i3bar yajl-fallback include man i3-${VERSION}
        # Only copy toplevel documentation (important stuff)
        mkdir i3-${VERSION}/docs