#
#	Makefile -- Documentation makefile
#
#	Copyright (c) Embedthis Software LLC, 2003-2009. All Rights Reserved.
#

include		.makedep

compileExtra: index.html

index.html: $(BLD_TOP)/build/buildConfig.make Makefile
	cp version.html version.new
	sed 's/<p>.*<\/p>/<p>$(BLD_VERSION)<\/p>/' < version.new >version.html
	cp index.html index.new
	sed 's/Appweb Documentation.*</Appweb Documentation $(BLD_VERSION)</' < index.new >index.html
	rm -f index.new version.new
