#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	docbook-to-man docs/dbackup.sgml > debian/dbackup.8
	dh_auto_build

