diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-15 14:24:51 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-15 14:24:51 +0100 |
| commit | 481a90a820564dc12567348c16773e15cc129560 (patch) | |
| tree | c78e856a62331f7e3ae5fb4c017dd0f4fd96c6df /debian/rules | |
| parent | 4dcfce5fd58b99b9aaf6acb2ab86d811b1f1a01d (diff) | |
| download | python-apt-481a90a820564dc12567348c16773e15cc129560.tar.gz | |
* setup.py:
- build html/ help of the apt and aptsources modules
into /usr/share/doc/python-apt/html
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c8aff2f9..adaad2a8 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,9 @@ build/python-apt-dbg:: python$$i-dbg ./setup.py build; \ done +build/python-apt:: + pydoc -w + install/python-apt-dbg:: for i in $(cdbs_python_build_versions); do \ python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-apt-dbg; \ |
