File: rules

package info (click to toggle)
python-aioresponses 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: python: 1,008; makefile: 220; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

STEM = aioresponses
DOCDIR = debian/python3-$(STEM)-doc/usr/share/doc/python3-$(STEM)-doc/html

execute_before_dh_sphinxdoc:
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
	sphinx-build -b html docs $(DOCDIR)
endif

%:
	dh $@ --buildsystem=pybuild