From: Michael Stapelberg Date: Wed, 11 Mar 2009 22:49:32 +0000 (+0100) Subject: Forgot one instance of slock in Makefile X-Git-Tag: 1.0~10 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3lock;a=commitdiff_plain;h=a6f0a6955a98064952ce357e254ba53478d7127a Forgot one instance of slock in Makefile --- 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}