#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	/usr/bin/docbook-to-man debian/mb2md.sgml > debian/mb2md.1
