File: rules

package info (click to toggle)
python-ly 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,088 kB
  • sloc: python: 12,248; makefile: 149
file content (10 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_VERBOSE = 1

export PYBUILD_NAME = ly
export PYBUILD_AFTER_BUILD = PYTHONPATH=. http_proxy='127.0.0.1:9' \
                             make -C doc SPHINXOPTS=-N BUILDDIR=../build html man

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