[Python-modules-commits] r18891 - in packages/sphinx/branches/1.1/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Thu Oct 13 18:45:02 UTC 2011
Date: Thursday, October 13, 2011 @ 18:45:01
Author: jwilk
Revision: 18891
Build and install sphinx-apidoc manpage.
Modified:
packages/sphinx/branches/1.1/debian/changelog
packages/sphinx/branches/1.1/debian/python-sphinx.manpages
packages/sphinx/branches/1.1/debian/rules
Modified: packages/sphinx/branches/1.1/debian/changelog
===================================================================
--- packages/sphinx/branches/1.1/debian/changelog 2011-10-13 17:48:00 UTC (rev 18890)
+++ packages/sphinx/branches/1.1/debian/changelog 2011-10-13 18:45:01 UTC (rev 18891)
@@ -20,9 +20,10 @@
* Refactor the code responsible for moving data into a private directory.
Rename some variables to make them lowercase. Don't use CURDIR where it's
not necessary.
+ * Build and install sphinx-apidoc manpage.
* Run nosetests with --verbose --no-skip.
- -- Jakub Wilk <jwilk at debian.org> Thu, 13 Oct 2011 19:29:49 +0200
+ -- Jakub Wilk <jwilk at debian.org> Thu, 13 Oct 2011 19:36:32 +0200
sphinx (1.0.8+dfsg-2) unstable; urgency=low
Modified: packages/sphinx/branches/1.1/debian/python-sphinx.manpages
===================================================================
--- packages/sphinx/branches/1.1/debian/python-sphinx.manpages 2011-10-13 17:48:00 UTC (rev 18890)
+++ packages/sphinx/branches/1.1/debian/python-sphinx.manpages 2011-10-13 18:45:01 UTC (rev 18891)
@@ -1,4 +1,5 @@
debian/sphinx-build.1
debian/sphinx-quickstart.1
debian/sphinx-autogen.1
+build/man/sphinx-apidoc.1
debian/dh-sphinxdoc/dh_sphinxdoc.1
Modified: packages/sphinx/branches/1.1/debian/rules
===================================================================
--- packages/sphinx/branches/1.1/debian/rules 2011-10-13 17:48:00 UTC (rev 18890)
+++ packages/sphinx/branches/1.1/debian/rules 2011-10-13 18:45:01 UTC (rev 18891)
@@ -23,7 +23,10 @@
ln -s /usr/share/javascript/jquery/jquery.js sphinx/themes/basic/static/
ln -s /usr/share/javascript/underscore/underscore.js sphinx/themes/basic/static/
mkdir -p build/html
- PYTHONPATH=. python debian/sphinx-build-local.py doc build/html
+ PYTHONPATH=. python debian/sphinx-build-local.py doc build/html/
+ rm -rf build/man
+ cp -rl build/html build/man
+ PYTHONPATH=. python debian/sphinx-build-local.py -b man doc build/man
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e -x; \
for python in $(shell pyversions -r); do \
More information about the Python-modules-commits
mailing list