File:  [Paefchen] / scripts / pgallery / src / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 27 14:23:59 2012 UTC (12 years, 2 months ago) by as
Branches: MAIN
CVS tags: HEAD
simple web gallery

#
# THE BEER-WARE LICENSE 2012
# <as@paefchen.net> wrote this file. As long as you retain this notice you
# 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.1 2012/08/27 14:23:59 as Exp $
#

SRC=		pgallery.sh
NAME!=		sh ${SRC} -v
DISTNAME=	${NAME}.tar.gz

distfile: ${DISTNAME}

clean:
	rm -f ${DISTNAME}
	rm -fr ${NAME}

${DISTNAME}: ${SRC}
	mkdir ${NAME}
	cp ${SRC} ${NAME}
	tar cvzf ${DISTNAME} ${NAME}
	rm -r ${NAME}