File: rules

package info (click to toggle)
sortedcontainers 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,096 kB
  • sloc: python: 6,481; sh: 60; makefile: 16
file content (10 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=sortedcontainers

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

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C docs html