#!/usr/bin/make -f

%:
	dh $@ --buildsystem cargo --with shell_completions

execute_after_dh_auto_install:
	debian/*/usr/bin/xh --generate man > debian/xh.1
