]> git.sur5r.net Git - i3/i3status/blobdiff - Makefile
Fix URLs, fix make release, update debian/changelog
[i3/i3status] / Makefile
index 7dfc5b423a3c7b0d21cbe4f4ba808671ec633768..0b51a6ede834a22544bac3ba264f814a324a49e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ CFLAGS+=-std=gnu99
 CFLAGS+=-pedantic
 CFLAGS+=-DPREFIX=\"\"
 
+VERSION=$(shell git describe --tags --abbrev=0)
+
 ifeq ($(shell uname),Linux)
 CFLAGS+=-DLINUX
 CFLAGS+=-D_GNU_SOURCE
@@ -29,6 +31,10 @@ install:
        install -m 644 i3status.1 $(DESTDIR)/usr/share/man/man1
 
 release:
-       tar cjf i3status.tar.bz2 *.c *.h *.1 *.conf Makefile
+       [ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
+       mkdir i3status-${VERSION}
+       cp *.c *.h *.1 *.conf Makefile i3status-${VERSION}
+       tar cjf i3status-${VERSION}.tar.bz2 i3status-${VERSION}
+       rm -rf i3status-${VERSION}
 
 all: i3status