--- scripts/pgallery/src/Makefile 2012/08/27 14:23:59 1.1 +++ scripts/pgallery/src/Makefile 2012/08/28 10:44:41 1.2 @@ -4,10 +4,11 @@ # 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$ +# $Paefchen: scripts/pgallery/src/Makefile,v 1.1 2012/08/27 14:23:59 as Exp $ # SRC= pgallery.sh +CONF= pgallery.conf NAME!= sh ${SRC} -v DISTNAME= ${NAME}.tar.gz @@ -19,6 +20,6 @@ clean: ${DISTNAME}: ${SRC} mkdir ${NAME} - cp ${SRC} ${NAME} + cp ${SRC} ${CONF} ${NAME} tar cvzf ${DISTNAME} ${NAME} rm -r ${NAME}