Introduction
Introduction Statistics Contact Development Disclaimer Help
add manpage to dist - 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 <[email protected]>
Date: Sat, 4 Jun 2011 21:34:39 +0100
add manpage to dist
Diffstat:
M Makefile | 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}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.