X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=a917d6c967b24ac6d41b240ad502553fcf0e7a40;hb=1d08065fe02304f078c9b34250148777f3d0a734;hp=b045d6d29242a0772e23b9dbddfe3efa922935a7;hpb=324149ea773afd82b6ebe45f2fb452cbdb30e3c2;p=i3%2Fi3lock diff --git a/Makefile b/Makefile index b045d6d..a917d6c 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,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 i3lock-${VERSION} + cp *.c *.h i3lock.1 i3lock.pam Makefile LICENSE README 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}