File: rules

package info (click to toggle)
pypck 0.8.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 524 kB
  • sloc: python: 5,521; makefile: 15
file content (7 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build $@ --buildsystem=pybuild
	cd docs; PYTHONPATH=$(CURDIR) LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 sphinx-build -bhtml -d _build/doctrees source _build/html