File: rules

package info (click to toggle)
dhcpcanon 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 856 kB
  • sloc: python: 2,088; sh: 321; makefile: 314
file content (9 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export PYBUILD_NAME=dhcpcanon
export PYBUILD_INSTALL_ARGS ?= --install-scripts=/sbin
%:
	dh $@ --with python3,sphinxdoc --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. sphinx-build -N -bhtml docs/source/ build/html # HTML generator