all: samples

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


