[Python-modules-commits] [pycurl] 04/09: Adapt documentation build process for Debian packaging purposes
Barry Warsaw
barry at moszumanska.debian.org
Mon Apr 27 20:26:59 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 a4111adc2a24bfd0f2c7ebc0a4b6f0c67a6e3434
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