File: rules

package info (click to toggle)
billiard 3.3.0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 944 kB
  • sloc: python: 9,155; ansic: 1,951; makefile: 38
file content (20 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export PYBUILD_NAME=billiard

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

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. sphinx-build -b html -N Doc/ Doc/.build/html

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.txt

override_dh_compress:
	dh_compress -X.js -X.html -X.txt

override_dh_clean:
	dh_clean
	rm -rf Doc/.build