#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure

override_dh_auto_build:
	dh_auto_build
	cd doc/um && HOME=$(CURDIR)/debian/home lowriter --headless --convert-to pdf gpredict-user-manual.odt
