From: Michael Stapelberg Date: Sun, 8 May 2011 12:33:06 +0000 (+0200) Subject: makefile: add yajl-fallback to 'make dist' X-Git-Tag: 3.e-bf3~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c44717e6ad4bfa86376532221fb96812514eac46;p=i3%2Fi3 makefile: add yajl-fallback to 'make dist' --- diff --git a/Makefile b/Makefile index 9e615d6d..bf532995 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,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 i3-wsbar pseudo-doc.doxygen Makefile i3-${VERSION} - cp -r src i3-msg include man i3-${VERSION} + cp -r src i3-msg include man yajl-fallback i3-${VERSION} # Only copy toplevel documentation (important stuff) mkdir i3-${VERSION}/docs # Pre-generate documentation