[PATCH] Fix direct python call in doc compilation
authormp39590 <mp39590@gmail.com>
Thu, 9 Jul 2015 21:22:26 +0000 (00:22 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:08 +0000 (14:49 -0700)
8d/a648dc54f5c9927acc1659abd9807219dd4d64 [new file with mode: 0644]

diff --git a/8d/a648dc54f5c9927acc1659abd9807219dd4d64 b/8d/a648dc54f5c9927acc1659abd9807219dd4d64
new file mode 100644 (file)
index 0000000..6027cb2
--- /dev/null
@@ -0,0 +1,84 @@
+Return-Path: <mp39590@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 72FEE6DE0298\r
+ for <notmuch@notmuchmail.org>; Thu,  9 Jul 2015 14:22:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.57\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.57 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01,\r
+ RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id A4evuyjPO_eW for <notmuch@notmuchmail.org>;\r
+ Thu,  9 Jul 2015 14:22:35 -0700 (PDT)\r
+Received: from mail-la0-f47.google.com (mail-la0-f47.google.com\r
+ [209.85.215.47])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 068466DE009A\r
+ for <notmuch@notmuchmail.org>; Thu,  9 Jul 2015 14:22:35 -0700 (PDT)\r
+Received: by lagx9 with SMTP id x9so253940818lag.1\r
+ for <notmuch@notmuchmail.org>; Thu, 09 Jul 2015 14:22:32 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:date:message-id;\r
+ bh=Q/rOzEtiDvuxhPRLeawHq4R2xAjJeqt6H+jwmloBe5o=;\r
+ b=vuLgS55VJYgIXHwCX1jcsg2aIhfmYeCLdd7WqxyrDc8sAW+gTHEfAGh8HQHKqiI2Nc\r
+ n01JK3unUDoZ+zWOvaIHt4CpfRuGhFYgFFfylZzXUXIeiqRyi9m84lkykic3Hklb5QIN\r
+ hrfp8kUQai4MuCHBg3xhjSEhzZx+A1Acx5xXiQ3iVjkTSb06sh8fE7JZAJHY4ddEl4Im\r
+ kp3Uij99+4Nbp7SO1D/dgXzHnSH/zl1QKY8DO+dcAdIptNFJA5NleTdlcQOSGpV8jRgp\r
+ Us6xyWbXSb/lN0UGLpQG0/WvM5Na3r+HT3sLBECAjy3fQtaqvZPDb95QL5xPVCFmX3l3\r
+ NFVQ==\r
+X-Received: by 10.112.72.164 with SMTP id e4mr16587692lbv.113.1436476952283;\r
+ Thu, 09 Jul 2015 14:22:32 -0700 (PDT)\r
+Received: from edge.my.domain ([91.189.241.106])\r
+ by smtp.gmail.com with ESMTPSA id t1sm1821353lbb.25.2015.07.09.14.22.31\r
+ for <notmuch@notmuchmail.org>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);\r
+ Thu, 09 Jul 2015 14:22:31 -0700 (PDT)\r
+From: mp39590@gmail.com\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] Fix direct python call in doc compilation\r
+Date: Fri, 10 Jul 2015 00:22:26 +0300\r
+Message-Id: <1436476946-80010-1-git-send-email-mp39590@gmail.com>\r
+X-Mailer: git-send-email 2.4.5\r
+X-Mailman-Approved-At: Thu, 09 Jul 2015 14:25:52 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 09 Jul 2015 21:22:37 -0000\r
+\r
+From: Mikhail <mp39590@gmail.com>\r
+\r
+---\r
+ doc/Makefile.local | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git doc/Makefile.local doc/Makefile.local\r
+index e209749..8633cfc 100644\r
+--- doc/Makefile.local\r
++++ doc/Makefile.local\r
+@@ -7,7 +7,7 @@ SPHINXOPTS    := -q\r
+ SPHINXBUILD   = sphinx-build\r
+ DOCBUILDDIR      := $(dir)/_build\r
\r
+-mkdocdeps := python $(srcdir)/$(dir)/mkdocdeps.py\r
++mkdocdeps := $(PYTHON) $(srcdir)/$(dir)/mkdocdeps.py\r
\r
+ # Internal variables.\r
+ ALLSPHINXOPTS   := -d $(DOCBUILDDIR)/doctrees $(SPHINXOPTS) $(srcdir)/$(dir)\r
+-- \r
+2.4.5\r
+\r