lsw

lists window titles of X clients to stdout
git clone git://git.suckless.org/lsw
Log | Files | Refs | README | LICENSE

commit 3cf05d7370a11d0ff194cd09250d23fcefdd2776
parent 3073d442c5d34c3a65b928e2f9a0b26d680d279b
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Sat,  4 Jun 2011 21:34:39 +0100

add manpage to dist
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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