File: rules

package info (click to toggle)
hazwaz 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 431; sh: 51; makefile: 15
file content (11 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Sat, 16 Jul 2022 21:32:16 +0200
export PYBUILD_NAME=hazwaz
%:
	dh $@ --with python3,sphinxdoc --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	cd docs ; PYTHONPATH=.. make html ; cd -