#!/usr/bin/make -f

export PYBUILD_NAME=networkmanager

%:
	dh $@ --buildsystem=pybuild --without=single-binary

execute_after_dh_auto_build:
	make -C docs html

execute_after_dh_auto_clean:
	make -C docs clean
	rm -rf build
	rm -rf *.egg-info
