File: rules

package info (click to toggle)
sphinxcontrib-sass 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 67; makefile: 14
file content (8 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

export PYBUILD_NAME=sphinxcontrib-sass
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS=cd docs; {interpreter} -m sphinx -M html "." "_build{version}" && find . -name custom.css

%:
	dh $@ --buildsystem=pybuild