File: rules

package info (click to toggle)
defcon 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,860 kB
  • sloc: python: 11,799; makefile: 64
file content (11 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export LC_ALL=C.UTF-8

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

override_dh_sphinxdoc:
	PYTHONPATH=$(CURDIR)/Lib sphinx-build -b html $(CURDIR)/documentation/source/ $(CURDIR)/debian/python3-defcon/usr/share/doc/defcon/html/
	dh_sphinxdoc