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

Barry Warsaw barry at moszumanska.debian.org
Tue Jan 12 19:46:31 UTC 2016


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

barry pushed a commit to branch master
in repository pycurl.

commit 16e907fbfc8b8905cadd96ef54f7379fe0718c52
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 5d58628..ac4c50f 100644
--- a/Makefile
+++ b/Makefile
@@ -143,6 +143,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