File: rules

package info (click to toggle)
flufl.enum 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: python: 551; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=flufl.enum
export PYBUILD_TEST_PYTEST=1
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE=1

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

override_dh_installchangelogs:
	dh_installchangelogs -k docs/NEWS.rst

override_dh_installdocs:
	LC_ALL=C PYTHONPATH=src http_proxy='http://127.0.0.1:9/' sphinx-build -N -bhtml docs build/sphinx/html
	dh_installdocs build/sphinx/html