PERL=perl
BURST=../sooperslide/sooperslide.pl

Overview.html: all.html
	$(PERL) $(BURST)

clean:
	-rm -f slide*.htm* Overview*.htm*
