[Python-modules-commits] [pycurl] 137/140: Adapt documentation build process for Debian packaging purposes

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository pycurl.

commit 36f7b931a1363416d3256b98bf59474c37007fc1
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Sep 30 17:38:05 2014 -0400

    Adapt documentation build process for Debian packaging purposes
    
    Origin: vendor
    Forwarded: not-needed
    Last-Update: 2014-02-15
    Patch-Name: 20_build_doc_for_debian.patch
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 99120e7..5a2ba47 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,7 @@ docs: build
 	PYTHONSUFFIX=$$(python -V 2>&1 |awk '{print $$2}' |awk -F. '{print $$1 "." $$2}') && \
 	PYTHONPATH=$$(ls -d build/lib.*$$PYTHONSUFFIX):$$PYTHONPATH \
 	sphinx-build doc build/doc
+	rst2html README.rst build/doc/README.html
 
 # Rebuild all documentation.
 # As sphinx extracts documentation from pycurl modules, docs targets

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git



More information about the Python-modules-commits mailing list