~ubuntu-branches/ubuntu/maverick/sphinx/maverick

« back to all changes in this revision

Viewing changes to sphinx-build.py

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-04-01 21:49:50 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090401214950-7cgccot2ouoi9452
Tags: 0.5.2-1ubuntu1
* Merge from debian unstable (LP: #353422):
  - debian/rules: instead of adding --install-layout=deb to setup.py install:
    + Include /usr/share/python/python.mk.
    + Add py_setup_install_args to setup.py install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    Sphinx - Python documentation toolchain
5
5
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
6
 
7
 
    :copyright: 2007-2008 by Georg Brandl.
8
 
    :license: BSD.
 
7
    :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
 
8
    :license: BSD, see LICENSE for details.
9
9
"""
10
10
 
11
11
import sys