There is no README. - xssstate - a simple utility to get the X screensaver state | |
git clone git://git.suckless.org/xssstate | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3c7ec71b90fc34306841506eb1865a534a549b89 | |
parent 89cf5792ca6104b5afe150d02813b3f259ca61bd | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 7 Dec 2012 11:33:47 +0100 | |
There is no README. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -31,7 +31,7 @@ clean: | |
dist: clean | |
@echo creating dist tarball | |
@mkdir -p xgetidle-${VERSION} | |
- @cp -R LICENSE Makefile README config.mk \ | |
+ @cp -R LICENSE Makefile config.mk \ | |
xgetidle.1 arg.h ${SRC} xgetidle-${VERSION} | |
@tar -cf xgetidle-${VERSION}.tar xgetidle-${VERSION} | |
@gzip xgetidle-${VERSION}.tar |