File: rules

package info (click to toggle)
python-mrcfile 1.4.3-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 157,596 kB
  • sloc: python: 3,680; makefile: 17
file content (11 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=mrcfile
export PYBUILD_OPTION=--test-tox

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build --buildsystem=pybuild
	make -C docs SPHINXBUILD="python3 -msphinx" man html