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

Barry Warsaw barry at moszumanska.debian.org
Thu Mar 10 15:09:57 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 bd7908f6018f67aa3a8d974ce0e6ebca900ec2c1
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bcb13e8..dfe62cf 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +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
-	cp ChangeLog 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