#! /usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure
	
override_dh_auto_install:
	dh_auto_install -- docdir=/usr/share/doc/pgqd

override_dh_auto_clean:
	if test -f config.mak; then $(MAKE) clean; fi

