]> git.sur5r.net Git - i3/i3status/commitdiff
add CHANGELOG to release tarball
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 4 May 2012 14:05:42 +0000 (16:05 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 4 May 2012 14:05:50 +0000 (16:05 +0200)
Makefile

index 9baea18c753cff25e5ef1228c139fbe5a49fb5ba..493c5394fcf670e819ce16447549af000c1da05b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ install:
 release:
        [ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
        mkdir i3status-${VERSION}
 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" \) -exec cp '{}' i3status-${VERSION} \;
+       find . -maxdepth 1 -type f \( -regex ".*\.\(c\|conf\|h\)" -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 \;
        mkdir i3status-${VERSION}/src
        mkdir i3status-${VERSION}/man
        find src -maxdepth 1 -type f \( -regex ".*\.\(c\|h\)" \) -exec cp '{}' i3status-${VERSION}/src \;