From: Michael Stapelberg Date: Wed, 19 Feb 2014 21:58:30 +0000 (+0100) Subject: make release: install the README file (Thanks myou) X-Git-Tag: 2.9~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=530c82edfd13e78463eb7e5beda9db8124e3147b;p=i3%2Fi3status make release: install the README file (Thanks myou) --- diff --git a/Makefile b/Makefile index bef469a..daa7a28 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ install: release: [ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION} mkdir i3status-${VERSION} - find . -maxdepth 1 -type f \( -regex ".*\.\(c\|conf\|h\)" -or -name "Makefile" -or -name "LICENSE" -or -name "CHANGELOG" \) -exec cp '{}' i3status-${VERSION} \; + find . -maxdepth 1 -type f \( -regex ".*\.\(c\|conf\|h\)" -or -name "README" -or -name "Makefile" -or -name "LICENSE" -or -name "CHANGELOG" \) -exec cp '{}' i3status-${VERSION} \; mkdir i3status-${VERSION}/src mkdir i3status-${VERSION}/man find src -maxdepth 1 -type f \( -regex ".*\.\(c\|h\)" \) -exec cp '{}' i3status-${VERSION}/src \;