--- scripts/pgallery/src/Makefile 2012/09/11 16:24:46 1.4 +++ scripts/pgallery/src/Makefile 2012/09/11 16:47:16 1.5 @@ -4,7 +4,7 @@ # can do whatever you want with this stuff. If we meet some day, and you think # this stuff is worth it, you can buy me a beer in return Aron Schlesinger # -# $Paefchen: scripts/pgallery/src/Makefile,v 1.3 2012/08/31 12:33:07 as Exp $ +# $Paefchen: scripts/pgallery/src/Makefile,v 1.4 2012/09/11 16:24:46 as Exp $ # BIN= pgallery.sh @@ -12,7 +12,7 @@ SRC= ${BIN} SRC+= pgalleryindex.sh LIB= libpgallery.sh CONF= pgallery.conf -NAME!= cp ${LIB} ${LIB:R} && sh ${BIN} -v && rm ${LIB:R} +NAME!= sh ${BIN} -v DISTNAME= ${NAME}.tar.gz distfile: ${DISTNAME}