File: rules

package info (click to toggle)
flask-silk 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,384 kB
  • ctags: 49
  • sloc: python: 184; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_clean:
	dh_clean
	rm -rf docs/_build

override_dh_auto_build:
	dh_auto_build
	python setup.py build_sphinx