File: rules

package info (click to toggle)
rst2pdf 0.93-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,212 kB
  • sloc: python: 17,555; makefile: 813; sh: 91
file content (17 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=rst2pdf
# Tests with python setup.py test aren't working
export PYBUILD_DISABLE=test

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

override_dh_auto_build:
	dh_auto_build
	cd doc && /bin/sh gen_docs.sh

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .pybuild/ rst2pdf.egg-info/