#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_build:
	cmark-gfm --unsafe README.md > README.html
