File: rules

package info (click to toggle)
lazr.config 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 352 kB
  • sloc: python: 930; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=lazr.config
export PYBUILD_TEST_PYTEST=1
#export DH_VERBOSE=1

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

execute_before_dh_installdocs:
	PYTHONPATH=src sphinx-build -b html -c debian \
		src/lazr/config/docs build/sphinx/html