]> git.sur5r.net Git - i3/i3lock/commitdiff
makefile: s/README/README.md/
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 20 May 2015 07:00:19 +0000 (09:00 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 20 May 2015 07:00:19 +0000 (09:00 +0200)
Makefile

index 62c1eecd7af4486085e734b8aa24a7c8fb3b193f..4a5c8ca38b4736c602f48eef31dbeb3f1efcc1f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ dist: clean
        [ ! -d i3lock-${VERSION} ] || rm -rf i3lock-${VERSION}
        [ ! -e i3lock-${VERSION}.tar.bz2 ] || rm i3lock-${VERSION}.tar.bz2
        mkdir i3lock-${VERSION}
-       cp *.c *.h i3lock.1 i3lock.pam Makefile LICENSE README CHANGELOG i3lock-${VERSION}
+       cp *.c *.h i3lock.1 i3lock.pam Makefile LICENSE README.md CHANGELOG i3lock-${VERSION}
        sed -e 's/^GIT_VERSION:=\(.*\)/GIT_VERSION:=$(shell /bin/echo '${GIT_VERSION}' | sed 's/\\/\\\\/g')/g;s/^VERSION:=\(.*\)/VERSION:=${VERSION}/g' Makefile > i3lock-${VERSION}/Makefile
        tar cfj i3lock-${VERSION}.tar.bz2 i3lock-${VERSION}
        rm -rf i3lock-${VERSION}