#this file also depends on the files on the directories

.PHONY: index.html

index.html: main.hb blog.hb html.hb
	hb -f main.hb > index.html

check: index.html
	tidy -e index.html
