doc:
	pandoc --toc README.md -f markdown -c css/github-pandoc.css -o README.html

pdf:
	pandoc --toc README.md -f markdown -c css/github-pandoc.css -V geometry:margin=1.2cm -o README.pdf
