summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2013-02-09 11:56:16 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2013-02-09 11:56:16 +0100
commit95464ce8553f39f97d48b83de37dbddb553bd14d (patch)
treeae47bb1f0ebaadd884cf7a49dbf27b7bf928ac9e
parentbceaf05444f1825cd205392eae128106a8c0fd3c (diff)
downloadmcwm-95464ce8553f39f97d48b83de37dbddb553bd14d.zip
Include hidden.man in DISTFILES.
Bump version.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9d302d..eec997f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-VERSION=20130208-2
+VERSION=20130208-3
DIST=mcwm-$(VERSION)
SRC=mcwm.c list.c config.h events.h list.h hidden.c
-DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC)
+DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man hidden.man $(SRC)
CFLAGS+=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC
LDFLAGS+=-L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \