File: rules

package info (click to toggle)
sphinx-thebe 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 292; javascript: 92; makefile: 15
file content (8 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=sphinx-thebe
export PYBUILD_BEFORE_TEST=cp -r docs {build_dir}/ && cp -r CHANGELOG.md {build_dir}/
export PYBUILD_AFTER_TEST=rm -r {build_dir}/docs && rm {build_dir}/CHANGELOG.md

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