analysis.html:

%.html: %.md
	echo '<!DOCTYPE html><html><head><title>Analysis of Ozone Wayland</title><meta charset="utf-8"/><link rel="stylesheet" type="text/css" href="style.css"/></head><body>' > $@
	markdown $< >> $@
	echo '</body></html>' >> $@
