wmii

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

commit 7d961a152b015307d28f40f49961493cd753ba7b
parent 857d63c70dc77f27a5633663bacfdaa55fb73c4a
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 16 Mar 2006 09:30:06 +0100

skipping doc in dist target


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

diff --git a/Makefile b/Makefile @@ -22,7 +22,7 @@ all: dist: clean mkdir -p wmii-${VERSION} - cp -R Makefile README LICENSE config.mk rc ${SUBDIRS} doc wmii-${VERSION} + cp -R Makefile README LICENSE config.mk rc ${SUBDIRS} wmii-${VERSION} tar -cf wmii-${VERSION}.tar wmii-${VERSION} gzip wmii-${VERSION}.tar rm -rf wmii-${VERSION}