#!/usr/bin/make -f

override_dh_installdocs:
	dh_installdocs -a --all README.md

%:
	dh $@ --with pgxs_loop
