File: rules

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

export PYBUILD_NAME=enum34

%:
	dh $@ --with pypy --buildsystem=pybuild

override_dh_installdocs:
	mkdir -p debian/tmp
	rst2html enum/doc/enum.rst debian/tmp/enum34.html
	dh_installdocs