#!/usr/bin/make -f

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	pg_buildext -o "pg_snakeoil.signature_dir=$(CURDIR)/testfiles" installcheck . . postgresql-%v-snakeoil

%:
	dh $@ --with pgxs
