2
0

rules 673 B

1234567891011121314151617181920212223
  1. #!/usr/bin/make -f
  2. # See debhelper(7) (uncomment to enable).
  3. # Output every command that modifies files on the build system.
  4. #export DH_VERBOSE = 1
  5. export PYBUILD_NAME=kbdled
  6. %:
  7. dh $@ --buildsystem=pybuild
  8. # If you need to rebuild the Sphinx documentation:
  9. # Add sphinxdoc to the dh --with line.
  10. #
  11. # And uncomment the following lines.
  12. #execute_after_dh_auto_build-indep: export http_proxy=127.0.0.1:9
  13. #execute_after_dh_auto_build-indep: export https_proxy=127.0.0.1:9
  14. #execute_after_dh_auto_build-indep:
  15. # PYTHONPATH=. python3 -m sphinx -N -bhtml \
  16. # docs/ build/html # HTML generator
  17. # PYTHONPATH=. python3 -m sphinx -N -bman \
  18. # docs/ build/man # Manpage generator