]> git.sur5r.net Git - i3/i3status/blobdiff - Makefile
config: first try ~/.i3status.conf, then /etc/i3status.conf
[i3/i3status] / Makefile
index 0fa51a9ba7045faf2fd5b06ac08cf1e58fcefdee..e84d0cdaa29712d25261488b2f91ca60017fbc28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ CFLAGS+=-lbsd
 endif
 
 # Define this if you want i3status to spit out dzen2-compatible output on stdout
-CFLAGS+=-DDZEN
+#CFLAGS+=-DDZEN
 CFLAGS+=$(EXTRA_CFLAGS)
 
 OBJS:=$(wildcard src/*.c *.c)
@@ -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}