File: rules

package info (click to toggle)
python-django-crum 0.7.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 449; makefile: 221
file content (10 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS="--import-mode=importlib"
export PYBUILD_NAME=django-crum

%:
	dh $@ --buildsystem=pybuild --test-args="--import-mode=importlib"

execute_before_dh_sphinxdoc:
	sphinx-build -b html docs $(CURDIR)/debian/python3-django-crum-doc/usr/share/doc/python3-django-crum/html