Skip to content
Snippets Groups Projects
rules 280 B
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_build:
	cd docs && make html && make man && rm -rf _build/html/man && rm -rf _build/doctrees

override_dh_installman:
	dh_installman docs/_build/man/*.1

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog