File: rules

package info (click to toggle)
feed2exec 0.17.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,556 kB
  • sloc: python: 1,974; xml: 788; makefile: 198
file content (13 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

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

override_dh_auto_build:
	dh_auto_build
        # builder=html,man only supported in Sphinx 1.6, not yet released:
        # http://www.sphinx-doc.org/en/master/setuptools.html
	cd doc && SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build make html man