File: rules

package info (click to toggle)
lazr.config 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 930; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 280 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_ARGS := --pyargs lazr.config
#export DH_VERBOSE=1

%:
	dh $@ --buildsystem=pybuild

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