VERSION=0.9
DIST=gen-sitemap-${VERSION}

all:
	@echo "nothing to do!"

dist:
	mkdir ${DIST}
	cp -p Makefile gen-sitemap README ${DIST}
	mkdir ${DIST}/tests
	cp tests/{Makefile,tests.sh} tests/ref-sitemap-*.xml sitemap-* ${DIST}/tests
	tar cf ${DIST}.tar ${DIST}
	gzip -9 ${DIST}.tar
