File: rules

package info (click to toggle)
python-reconfigure 0.1.59%2Bgit20140824-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 708 kB
  • ctags: 692
  • sloc: python: 4,139; makefile: 181
file content (17 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	$(MAKE) doc

override_dh_auto_clean:
	rm -rf docs/build/*
	dh_auto_clean

override_dh_installchangelogs:
	dh_installchangelogs -X docs

.PHONY: override_dh_auto_build override_dh_auto_clean override_dh_installchangelogs