aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-10 18:13:28 +0200
committerDavid Bremner <david@tethera.net>2015-07-10 18:13:28 +0200
commit82d8d0b062148b0e26ed344189275421799b1095 (patch)
tree72a734491c9fe5fc795b6948c2c208560006ca9e /doc/Makefile.local
parent3b348ab1e11339ccbef1b56ceeb96e96e44eb079 (diff)
replace hardcoded "python" with configured python command
Thanks to FreeBSD port maintainer Mikhail for report and the original the original patch. This is the right thing (TM) and also apparently fixes the build on FreeBSD.
Diffstat (limited to 'doc/Makefile.local')
-rw-r--r--doc/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.local b/doc/Makefile.local
index e2097491..8633cfcd 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -7,7 +7,7 @@ SPHINXOPTS := -q
SPHINXBUILD = sphinx-build
DOCBUILDDIR := $(dir)/_build
-mkdocdeps := python $(srcdir)/$(dir)/mkdocdeps.py
+mkdocdeps := $(PYTHON) $(srcdir)/$(dir)/mkdocdeps.py
# Internal variables.
ALLSPHINXOPTS := -d $(DOCBUILDDIR)/doctrees $(SPHINXOPTS) $(srcdir)/$(dir)