File: rules

package info (click to toggle)
pyzor 1%3A1.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 840 kB
  • sloc: python: 6,531; makefile: 154; sh: 19
file content (16 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

export DH_VERBOSE = 1
export PYBUILD_NAME = pyzor
export PYBUILD_DISABLE=test
export PYBUILD_DESTDIR_python3=debian/pyzor/

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

override_dh_auto_build:
	dh_auto_build	
	PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml -D mathjax_path='MathJax.js' docs/ build/html # HTML generator

override_dh_sphinxdoc:
	dh_sphinxdoc --exclude=MathJax.js