File: rules

package info (click to toggle)
python-urlobject 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 328 kB
  • sloc: python: 1,282; makefile: 132
file content (13 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_DESTDIR=debian/python3-urlobject/

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

override_dh_auto_build:
	dh_auto_build -v
	$(MAKE) -C doc clean html SPHINXOPTS=-N

execute_after_dh_auto_clean:
	$(MAKE) -C doc clean