File: rules

package info (click to toggle)
pathspider 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,740 kB
  • sloc: python: 4,409; makefile: 188; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_test:
	PYTHONPATH=. python3 -m pathspider.cmd.base test

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