#!/usr/bin/make -f

export PYBUILD_NAME=borgstore

%:
	dh $@ --with python3 --with sphinxdoc --buildsystem=pybuild


execute_before_dh_auto_clean:
	rm -rf docs/_build


execute_before_dh_auto_build:
	cd docs && $(MAKE) html
