File: rules

package info (click to toggle)
pyasn1 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,440 kB
  • sloc: python: 13,035; makefile: 163; sh: 4
file content (12 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export PYBUILD_NAME=pyasn1

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

override_dh_installdocs:
	dh_installdocs
	PYTHONPATH=. python3 -m sphinx -N -q -E -b html docs/source/ \
                debian/python-pyasn1-doc/usr/share/doc/python-pyasn1-doc/html/