mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
3b348ab1e1
commit
82d8d0b062
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue