#!/usr/bin/make -f

# drop empty man pages
execute_after_dh_installman:
	find debian/*/usr/share/man/man3 -type f -size 20c -delete

%:
	dh $@
