all: doc

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


