Diff for /scripts/pgallery/src/Makefile between versions 1.1 and 1.2

version 1.1, 2012/08/27 14:23:59 version 1.2, 2012/08/28 10:44:41
Line 4 Line 4
 # can do whatever you want with this stuff. If we meet some day, and you think  # 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  # 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  SRC=            pgallery.sh
   CONF=           pgallery.conf
 NAME!=          sh ${SRC} -v  NAME!=          sh ${SRC} -v
 DISTNAME=       ${NAME}.tar.gz  DISTNAME=       ${NAME}.tar.gz
   
Line 19  clean: Line 20  clean:
   
 ${DISTNAME}: ${SRC}  ${DISTNAME}: ${SRC}
         mkdir ${NAME}          mkdir ${NAME}
        cp ${SRC} ${NAME}        cp ${SRC} ${CONF} ${NAME}
         tar cvzf ${DISTNAME} ${NAME}          tar cvzf ${DISTNAME} ${NAME}
         rm -r ${NAME}          rm -r ${NAME}

Removed from v.1.1  
changed lines
  Added in v.1.2