File: rules

package info (click to toggle)
python-async-generator 1.10-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: python: 1,230; makefile: 18
file content (12 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME := async-generator

%:
	dh $@ --buildsystem=pybuild

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
  .PHONY: execute_after_dh_auto_build
  execute_after_dh_auto_build:
	$(MAKE) -C docs html
endif