File: rules

package info (click to toggle)
python-headerparser 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 396 kB
  • sloc: python: 3,009; makefile: 5; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 python3 -m sphinx -N -b html docs/ docbuilddir/html