#!/usr/bin/make -f

override_dh_auto_build:
	+dh_auto_build --buildsystem=pgxs
	$(MAKE) man

override_dh_pgxs_test:
	# defer testing to autopkgtest

override_dh_installdocs:
	dh_installdocs --all README.*

%:
	dh $@ --with pgxs
