File: rules

package info (click to toggle)
python-sponge 0.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,296 kB
  • ctags: 409
  • sloc: python: 2,870; makefile: 128
file content (15 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

build/python-sponge::
	make build
	cd docs && make html
	rm -rf docs/_build/html/_sources/

clean::
	rm -f debian/files
	rm -rf docs/_build/*
	rm -rf build