File: rules

package info (click to toggle)
slidge 0.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,316 kB
  • sloc: python: 19,965; xml: 516; sh: 57; javascript: 27; makefile: 14
file content (9 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME = slidge

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

execute_after_dh_auto_build:
	cd docs; sphinx-build -M html "source" "build"