File: rules

package info (click to toggle)
tldp 0.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 592 kB
  • ctags: 645
  • sloc: python: 4,509; perl: 449; xml: 102; sh: 16; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# export PYBUILD_VERBOSE=1
export PYBUILD_NAME=tldp

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

override_dh_installman:
	(cd docs && \
	    sphinx-build -b man -d _build/doctrees . _build/man)
	dh_installman docs/_build/man/ldptool.1