File: rules

package info (click to toggle)
sphinxcontrib-devhelp 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: python: 128; makefile: 8; sh: 7
file content (12 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=sphinxcontrib.devhelp

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

execute_before_dh_auto_build:
	pybabel-python3 compile \
		--domain=sphinxcontrib.devhelp \
		--directory=sphinxcontrib/devhelp/locales/ \
		--use-fuzzy