File: rules

package info (click to toggle)
python-pyld 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 236
  • sloc: python: 3,114; makefile: 111
file content (12 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=pyld

%:
	dh $@ --buildsystem=pybuild --with python2,python3,sphinxdoc

override_dh_installdocs:
	cd docs/ ; $(MAKE) text
	dh_installdocs