File: rules

package info (click to toggle)
goocalendar 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 116
  • sloc: python: 1,414; makefile: 134
file content (16 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

override_dh_auto_clean:
	rm -rf $(PACKAGE_NAME).egg-info
	rm -rf PKG-INFO
	rm -rf build
	dh_auto_clean

override_dh_auto_build:
	dh_auto_build
	sphinx-build doc build/html