File: rules

package info (click to toggle)
python-git 3.1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,732 kB
  • sloc: python: 18,505; sh: 186; makefile: 78
file content (11 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
	PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-git-doc/usr/share/doc/python-git-doc/html
endif