File: rules

package info (click to toggle)
flask-flatpages 0.6-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: python: 352; makefile: 152
file content (14 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=flask-flatpages
%:
	dh $@ --with python3,sphinxdoc --buildsystem=pybuild


override_dh_auto_clean:
	rm -rf docs/_build
	dh_auto_clean

override_dh_auto_build:
	$(MAKE) -C docs html
	dh_auto_build