File: rules

package info (click to toggle)
python-schwifty 2024.09.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,072 kB
  • sloc: python: 3,057; makefile: 209; sh: 9
file content (13 lines) | stat: -rwxr-xr-x 491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=schwifty
export VERSIONED_INTERPRETER=`py3versions -d`

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

override_dh_sphinxdoc:
	cp $(CURDIR)/docs/source/conf.py $(CURDIR)/docs
	cp $(CURDIR)/docs/source/index.rst $(CURDIR)/docs
	PYTHONPATH=debian/python3-schwifty/usr/lib/${VERSIONED_INTERPRETER}/dist-packages ${VERSIONED_INTERPRETER} -m sphinx  -b html docs $(CURDIR)/debian/python-schwifty-doc/usr/share/doc/python-schwifty-doc/html
	dh_sphinxdoc