From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752027AbcG1WKW (ORCPT ); Thu, 28 Jul 2016 18:10:22 -0400 Received: from trent.utfs.org ([94.185.90.103]:46500 "EHLO trent.utfs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbcG1WKU (ORCPT ); Thu, 28 Jul 2016 18:10:20 -0400 X-Greylist: delayed 308 seconds by postgrey-1.27 at vger.kernel.org; Thu, 28 Jul 2016 18:10:20 EDT Date: Thu, 28 Jul 2016 15:05:07 -0700 (PDT) From: Christian Kujau To: linux-kernel@vger.kernel.org, Jani Nikula Subject: Makefile.sphinx:17: The 'sphinx-build' command was not found Message-ID: User-Agent: Alpine 2.20.12 (DEB 116 2015-12-14) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, since 22cba31bae ("Documentation/sphinx: add basic working Sphinx configuration and build") the following warning is emitted when running "make help": $ make help > /dev/null Documentation/Makefile.sphinx:17: The 'sphinx-build' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the 'sphinx-build' executable. Indeed, I don't have "sphinx-build" installed (nor do I want to build documentation), running "make SPHINXBUILD=/bin/true help" makes the warning go away. Is there a way to omit the warning when running "make help"? E.g. by not including Documentation/Makefile.sphinx for that target? Thanks, Christian. -- BOFH excuse #296: The hardware bus needs a new token.