File: rules

package info (click to toggle)
lua-unit 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,044 kB
  • ctags: 620
  • sloc: xml: 751; makefile: 160; python: 125
file content (13 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=lua --with lua,sphinxdoc

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -btext doc/ \
		doc/_build/text # text generator

override_dh_auto_install:
	dh_installdocs doc/_build/text/*.txt
	dh_auto_install