File: rules

package info (click to toggle)
polib 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 764 kB
  • sloc: python: 1,600; makefile: 112; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html

override_dh_auto_test:
	./runtests.sh