[Python-modules-commits] [pyopenssl] 03/07: pass PYTHONPATH when building HTML doc
Sandro Tosi
morph at moszumanska.debian.org
Wed Nov 9 19:24:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository pyopenssl.
commit c88b82c90e031c8c94633b30864c46f65bf7fc82
Author: Sandro Tosi <morph at debian.org>
Date: Wed Apr 13 21:03:53 2016 +0100
pass PYTHONPATH when building HTML doc
---
doc/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 4202bee..5fec498 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,6 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
+PYTHONPATH = .
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
@@ -37,7 +38,7 @@ clean:
-rm -rf $(BUILDDIR)/*
html:
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ PYTHONPATH=$(PYTHONPATH) $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyopenssl.git
More information about the Python-modules-commits
mailing list