MD=markdown

readme.html: readme.md Makefile head.html
	cat head.html > readme.html
	$(MD) readme.md >> readme.html
