~ubuntu-branches/ubuntu/vivid/python-pyld/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert
  • Date: 2014-10-09 08:48:22 UTC
  • Revision ID: package-import@ubuntu.com-20141009084822-sl3fe1z5yzo132kb
Tags: 0.6.2-1
Initial release (Closes: #764543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
#export DH_VERBOSE=1
 
5
export PYBUILD_NAME=pyld
 
6
 
 
7
%:
 
8
        dh $@ --buildsystem=pybuild --with python2,python3,sphinxdoc
 
9
 
 
10
override_dh_installdocs:
 
11
        cd docs/ ; $(MAKE) text
 
12
        dh_installdocs