#!/usr/bin/make -f

export PG_VIRTUALENV_ARGS = -oshared_preload_libraries=pg_stat_plans

%:
	dh $@ --with pgxs

override_dh_installdocs:
	dh_installdocs --all README.*
