mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
Signed-off-by: Sven Sager <akira@narux.de> Signed-off-by: Sven Sager <s.sager@kunbus.com>
15 lines
290 B
Makefile
Executable File
15 lines
290 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=revpimodio2
|
|
|
|
%:
|
|
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build
|
|
PYTHONPATH=. python3 -m sphinx -b html -d docs/_build/.doctrees -N docs docs/_build/html
|
|
|
|
override_dh_clean:
|
|
rm -rf docs/_build
|
|
dh_clean
|