VERSION='0.5pre2'

dist:
	cd ..;tar cfz addendat-${VERSION}.tar.gz addendat-${VERSION}/

release: dist
	cp ../addendat-${VERSION}.tar.gz \
		/home/deekoo/deekoo.net_html/technocracy/addendat/
#	cp install.html /home/deekoo/deekoo.net_html/technocracy/addendat/
	ln -sf /home/deekoo/deekoo.net_html/technocracy/addendat/addendat-${VERSION}.tar.gz \
		/home/deekoo/deekoo.net_html/technocracy/addendat.tar.gz

install:
	perl install-addendat.pl
