summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 23:49:32 +0100
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 23:49:32 +0100
commita6f0a6955a98064952ce357e254ba53478d7127a (patch)
tree22bff1b5e9a443f534b640c3fda7f1e4c05be19e /Makefile
parent2105ce8cc7abd08f79d701bddd23f9fa4e2ee56d (diff)
Forgot one instance of slock in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f0c9b7..fcb66f1 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p i3lock-${VERSION}
- @cp -R LICENSE Makefile README config.mk ${SRC} slock-${VERSION}
+ @cp -R LICENSE Makefile README config.mk i3lock.1 ${SRC} i3lock-${VERSION}
@tar -cf i3lock-${VERSION}.tar i3lock-${VERSION}
@gzip i3lock-${VERSION}.tar
@rm -rf i3lock-${VERSION}