]> git.sur5r.net Git - i3/i3/commitdiff
makefile: include yajl-fallback in 'make dist'
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 28 May 2011 20:12:06 +0000 (22:12 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 28 May 2011 20:12:06 +0000 (22:12 +0200)
Makefile

index 6e032f4180d18c10373ba241c9e13c3268755da2..4e2761a98b9b52ca01e817b7947036749889b9d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ dist: distclean
        [ ! -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 -r src i3-msg include man i3-${VERSION}
+       cp -r src i3-msg yajl-fallback include man i3-${VERSION}
        # Only copy toplevel documentation (important stuff)
        mkdir i3-${VERSION}/docs
        find docs -maxdepth 1 -type f ! -name "*.xcf" -exec cp '{}' i3-${VERSION}/docs \;