all: screenshots

screenshots: pre_index.htm
	../embed.pl -d ".." -t "screenshots" < pre_index.htm > index.htm
	
	
clean:
	rm -f *~


