commit 33ad150558754bb608e54f95c01a7f40ec08e60b
parent 2b964a63b3a6dd8d5c3275dcf2625d03823d7c8a
Author: Denis Grelich <denisg@suckless.org>
Date: Sun, 24 Dec 2006 20:57:29 +0100
added wmiir to the distfile creation process
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -34,7 +34,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p wmii-${VERSION}
- @cp -R LICENSE Makefile README wmii config.mk rc \
+ @cp -R LICENSE Makefile README wmii wmiir config.mk rc \
wmii.1 wmiiwm.1 wmii.h ${SRC} wmii-${VERSION}
@tar -cf wmii-${VERSION}.tar wmii-${VERSION}
@gzip wmii-${VERSION}.tar