From 33ad150558754bb608e54f95c01a7f40ec08e60b Mon Sep 17 00:00:00 2001 From: Denis Grelich Date: Sun, 24 Dec 2006 20:57:29 +0100 Subject: [PATCH] added wmiir to the distfile creation process --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfe038bb..ad87f624 100644 --- 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