wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 978178a546d578f30d3556d942fed83fdb0b982a
parent 0054fb44cb34a435182bb4b9f589830365180883
Author: Denis Grelich <denisg@suckless.org>
Date:   Sun, 24 Dec 2006 22:32:07 +0100

added forgotten wmiir manpage to distribution script

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -35,7 +35,7 @@ dist: clean @echo creating dist tarball @mkdir -p wmii-${VERSION} @cp -R LICENSE Makefile README wmii wmiir config.mk rc \ - wmii.1 wmiiwm.1 wmii.h ${SRC} wmii-${VERSION} + wmii.1 wmiir.1 wmiiwm.1 wmii.h ${SRC} wmii-${VERSION} @tar -cf wmii-${VERSION}.tar wmii-${VERSION} @gzip wmii-${VERSION}.tar @rm -rf wmii-${VERSION}