From: Michael Stapelberg Date: Sun, 10 Jun 2012 16:21:06 +0000 (+0200) Subject: don’t ship i3.welcome and i3-wsbar in the tarballs anymore X-Git-Tag: 4.3~208^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09da8a27cbf61c447c7919975af9508e59bb2409;p=i3%2Fi3 don’t ship i3.welcome and i3-wsbar in the tarballs anymore --- diff --git a/Makefile b/Makefile index 192d3d78..e26b563e 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,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 generate-command-parser.pl i3-sensible-* i3.config.keycodes DEPENDS GOALS LICENSE PACKAGE-MAINTAINER RELEASE-NOTES-${VERSION} i3.config i3.xsession.desktop i3.applications.desktop i3.welcome pseudo-doc.doxygen i3-wsbar Makefile i3-${VERSION} + cp i3-migrate-config-to-v4 generate-command-parser.pl i3-sensible-* i3.config.keycodes DEPENDS GOALS LICENSE PACKAGE-MAINTAINER RELEASE-NOTES-${VERSION} i3.config i3.xsession.desktop i3.applications.desktop pseudo-doc.doxygen Makefile i3-${VERSION} cp -r src libi3 i3-msg i3-nagbar i3-config-wizard i3bar i3-dump-log yajl-fallback include man parser-specs i3-${VERSION} # Only copy toplevel documentation (important stuff) mkdir i3-${VERSION}/docs