File: rules

package info (click to toggle)
isbg 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: python: 1,907; makefile: 111; sh: 33
file content (19 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export PYBUILD_NAME = isbg
export PYBUILD_TEST_ARGS=-m "not spamassassin"

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

override_dh_installman:
	$(MAKE) docs man
	dh_installman build/sphinx/man/isbg.1
	dh_installman build/sphinx/man/isbg_sa_unwrap.1

override_dh_installdocs:
	$(MAKE) docs html
	dh_installdocs build/sphinx/html

override_dh_auto_clean:
	$(MAKE) docs-clean