unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix direct python call in doc compilation
@ 2015-07-09 21:22 mp39590
  2015-07-10 16:22 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: mp39590 @ 2015-07-09 21:22 UTC (permalink / raw)
  To: notmuch

From: Mikhail <mp39590@gmail.com>

---
 doc/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git doc/Makefile.local doc/Makefile.local
index e209749..8633cfc 100644
--- doc/Makefile.local
+++ 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)
-- 
2.4.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix direct python call in doc compilation
  2015-07-09 21:22 [PATCH] Fix direct python call in doc compilation mp39590
@ 2015-07-10 16:22 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2015-07-10 16:22 UTC (permalink / raw)
  To: mp39590, notmuch

mp39590@gmail.com writes:

> From: Mikhail <mp39590@gmail.com>
>

I pushed a version of this patch with a slightly more verbose commit
message to master. For some reason I couldn't get the original patch to
apply with "git am", but I didn't try too hard for a one line patch ;).

Thanks for you contribution(s) to notmuch!

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-10 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09 21:22 [PATCH] Fix direct python call in doc compilation mp39590
2015-07-10 16:22 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).