#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop

#execute_before_dh_auto_build:
#	# populate the data/ directory (the Makefile only works when "all" is built)
#	$(MAKE)

override_dh_installdocs:
	dh_installdocs --all README.*
