index.html: post.txt style.css
	rst2html5 \
	--source-link \
	--toc-top-backlinks \
	--stylesheet=style.css \
	post.txt \
	index.html

clean:
	rm -f *.html *.pdf
