File: rules

package info (click to toggle)
python-async-generator 1.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 276 kB
  • sloc: python: 1,258; makefile: 18
file content (12 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download | duplicates (2)
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