File: rules

package info (click to toggle)
meson-python 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,264 kB
  • sloc: python: 3,005; ansic: 326; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME = mesonpy

include /usr/share/dpkg/default.mk

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

execute_after_dh_auto_build:
	PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml docs/ build/html

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.rst