#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_installman:
	pod2man Markdown.pl markdown.1
