File: rules

package info (click to toggle)
django-q 1.3.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,188 kB
  • sloc: python: 4,802; makefile: 166; sh: 9
file content (16 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=django-q
export PYBUILD_AFTER_INSTALL=rm -f '{destdir}/{install_dir}/CHANGELOG.md'

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

override_dh_auto_test:

override_dh_auto_build:
	PYTHONPATH=. python3 -m sphinx -b html -d docs/.build/.doctrees -N docs docs/.build/html
	dh_auto_build

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md