File: rules

package info (click to toggle)
sphinx-remove-toctrees 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144 kB
  • sloc: python: 157; makefile: 14; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=sphinx-remove-toctrees
%:
	dh $@ --with python3 --buildsystem=pybuild

# Skip tests as it depends on myst_parser which isn't pacakged for debian
.PHONY: override_dh_auto_test