summaryrefslogtreecommitdiff
path: root/Documentation/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2019-09-16 11:56:59 -0700
committerBen Pfaff <blp@ovn.org>2019-09-20 08:34:29 -0700
commit2a97891eb23b04ceb513ca7a860aafe91fe1555f (patch)
tree25044f3f470df4e5ccfc234ce83846d9ce5a92ed /Documentation/automake.mk
parentc98f69070ab11a54fb7018e65905f769f3b1f676 (diff)
downloadopenvswitch-2a97891eb23b04ceb513ca7a860aafe91fe1555f.tar.gz
Documentation: Work with sphinx-build for Python 3 also.
There's nothing in OVS specific to Sphinx for Python 2, but the compile-time check only looked for a binary named "sphinx-build", which is typically provided only for Python 2. With Python 3, the binary is typically called "sphinx-build-3". With this commit, either name is accepted. Acked-by: Numan Siddique <nusididq@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/automake.mk')
-rw-r--r--Documentation/automake.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/automake.mk b/Documentation/automake.mk
index cd68f3b15..e1384851d 100644
--- a/Documentation/automake.mk
+++ b/Documentation/automake.mk
@@ -115,7 +115,6 @@ EXTRA_DIST += $(DOC_SOURCE)
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = sphinx-build
SPHINXSRCDIR = $(srcdir)/Documentation
SPHINXBUILDDIR = $(builddir)/Documentation/_build