]> git.sur5r.net Git - i3/i3lock/commitdiff
Forgot one instance of slock in Makefile
authorMichael Stapelberg <michael+x200@stapelberg.de>
Wed, 11 Mar 2009 22:49:32 +0000 (23:49 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Wed, 11 Mar 2009 22:49:32 +0000 (23:49 +0100)
Makefile

index 0f0c9b771d5459719e61328e79be47fcab366e63..fcb66f1dff78405227b4d9360438559046313437 100644 (file)
--- 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}