File: rules

package info (click to toggle)
python-morris 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 378; makefile: 150; sh: 4
file content (11 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export PYBUILD_NAME=morris


%:
	dh $@ --with=sphinxdoc --buildsystem=pybuild

override_dh_installdocs:
	sphinx-build -b html docs/ build/sphinx/html
	dh_installdocs -ppython-morris-doc --doc-main-package=python-morris-doc build/sphinx/html
	dh_installdocs