File: rules

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

export PYBUILD_NAME := goocalendar

%:
	dh $@ --with python3,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