summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-05-04 16:05:42 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-05-04 16:05:50 +0200
commitdae65753927772de4654f41e84e55e84018710e6 (patch)
tree497cb3d11ae8b85ebd946d62bd2a2490391293b9
parenta25eb4f5a65093cf94ff3de2a6661dc88e19318b (diff)
add CHANGELOG to release tarball
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9baea18..493c539 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,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" \) -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 \;