File: rules

package info (click to toggle)
cloud-sptheme 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 768 kB
  • sloc: python: 1,062; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	sphinx-build $(CURDIR)/docs $(CURDIR)/html

override_dh_auto_clean:
	dh_auto_clean
	if [ -d $(CURDIR)/html ]; then rm -r $(CURDIR)/html; fi

override_dh_install:
	dh_install --fail-missing