Files
python-gpiozero/debian/rules
Dave Jones 0bc62aee73 Generic docs need reST
Conversion of all docs to reST so that the generic docs can link easily
with the rest of the docs.
2016-01-30 23:40:12 +00:00

21 lines
465 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
export DH_OPTIONS
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=python_distutils
override_dh_auto_install:
python setup.py install --root debian/python-gpiozero --install-layout=deb
python3 setup.py install --root debian/python3-gpiozero --install-layout=deb
#override_dh_auto_test:
# # Don't run the tests!
override_dh_installdocs:
python setup.py build_sphinx -b html
dh_installdocs