]> git.sur5r.net Git - i3/i3status/commitdiff
make release: install the README file (Thanks myou)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Feb 2014 21:58:30 +0000 (22:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Feb 2014 21:58:30 +0000 (22:58 +0100)
Makefile

index bef469a2a182d6fbc9dc2d6443c6d5901407f28f..daa7a2821033cd26a3a9ec58b570c4b7e38dea54 100644 (file)
--- 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 \;