From: Michael Stapelberg Date: Fri, 15 Jul 2011 17:14:28 +0000 (+0200) Subject: makefile: add i3-migrate-config-to-v4.pl X-Git-Tag: tree-pr4~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12d3a349de2c0438b240c39f7b4e64178bf1ec58;p=i3%2Fi3 makefile: add i3-migrate-config-to-v4.pl --- diff --git a/Makefile b/Makefile index e24ebd3e..62eecbc7 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,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 i3-migrate-config-to-v4.pl i3.config.keycodes 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 i3-nagbar yajl-fallback include man i3-${VERSION} # Only copy toplevel documentation (important stuff) mkdir i3-${VERSION}/docs