index.html:  sonic.pl
	perl sonic.pl >index.tmp && mv index.tmp index.html

test:
	perl sonic.pl >test.html && dillo test.html;rm test.html

tarball:
	mkdir sonic
	(cd sonic;cp -a ../*.gz .;rm sonic.tar.gz;gunzip *)
	tar c sonic |gzip -9 >sonic.tar.gz
	rm -rf sonic

all: index.html tarball
