From: Michael Stapelberg Date: Fri, 23 Oct 2009 22:43:02 +0000 (+0200) Subject: Fix Makefile to create correct tarball X-Git-Tag: 2.0~8 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=e6b607b7d00853a748ab37c4d0c869b9dde1a1c0 Fix Makefile to create correct tarball --- diff --git a/Makefile b/Makefile index b69c08b..e84d0cd 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,6 @@ release: mkdir i3status-${VERSION}/src mkdir i3status-${VERSION}/man find src -maxdepth 1 -type f \( -regex ".*\.\(c\|h\)" \) -exec cp '{}' i3status-${VERSION}/src \; - find man -maxdepth 1 -type f \( -regex ".*\.\(1\)" \) -exec cp '{}' i3status-${VERSION}/man \; + find man -maxdepth 1 -type f \( -regex ".*\.\(1\|man\|conf\)" -or -name "Makefile" \) -exec cp '{}' i3status-${VERSION}/man \; tar cjf i3status-${VERSION}.tar.bz2 i3status-${VERSION} rm -rf i3status-${VERSION}