File: rules

package info (click to toggle)
pathspider 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,524 kB
  • ctags: 240
  • sloc: python: 1,997; makefile: 186; sh: 2
file content (8 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_auto_build:
	PYTHONPATH=. http_proxy='127.0.0.1:9' /usr/bin/python3 /usr/bin/sphinx-build -N -bhtml doc/ doc/_build/html # HTML generator
	dh_auto_build