File: rules

package info (click to toggle)
pyqso 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,676 kB
  • sloc: python: 4,225; makefile: 151; sh: 18
file content (9 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export PYBUILD_NAME=pyqso

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

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