#!/usr/bin/make -f

# rules for debsums

%:
	dh $@

override_dh_installman:
	dh_installman `find man -type f -name '*.[18]'`
