#!/usr/bin/make -f

export LC_ALL=C.UTF-8

override_dh_installdocs:
	dh_installdocs --all README.*

%:
	dh $@ --with pgxs
