#!/usr/bin/make -f

export INSTALL_PREFIX := $(CURDIR)/debian/gastman

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	docbook2x-man debian/gastman.1.docbook
