File: rules

package info (click to toggle)
python-mrcfile 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 63,824 kB
  • sloc: python: 3,871; sh: 28; makefile: 16
file content (10 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 make -C docs SPHINXBUILD="python3 -msphinx" man html