File: rules

package info (click to toggle)
python-oerplib 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,212 kB
  • ctags: 501
  • sloc: python: 3,230; makefile: 115
file content (19 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=oerplib

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

override_dh_auto_build:
	dh_auto_build
	# Build the HTML documentation.
	cp -r doc doc.debian
	make -C doc.debian html

override_dh_auto_clean:
	rm -rf doc.debian
	dh_auto_clean