#!/usr/bin/make -f
%:
	dh $@

execute_before_dh_clean:
	rm -rf man

execute_before_dh_installman:
	mkdir -p man
	rst2man debian/man/chkboot.8.rst > man/chkboot.8
	rst2man debian/man/chkboot-check.8.rst > man/chkboot-check.8
	rst2man debian/man/chkboot-desktopalert.8.rst > man/chkboot-desktopalert.8
