[Python-modules-commits] [pycurl] 03/06: Adapt documentation build process for Debian packaging purposes
Barry Warsaw
barry at moszumanska.debian.org
Wed Nov 18 18:28:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pycurl.
commit 581f359bda50217fd57d6b042f28feedc16dae01
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 c7f2370..6a9a588 100644
--- a/Makefile
+++ b/Makefile
@@ -140,6 +140,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