File: rules

package info (click to toggle)
python-boolean.py 4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: python: 2,024; makefile: 74; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	python3 -m sphinx -N -b html docs/ docbuilddir/html