Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452149
| From | Christian Kujau <lists@nerdbynature.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Makefile.sphinx:17: The 'sphinx-build' command was not found |
| Date | 2016-07-29 00:20 +0200 |
| Message-ID | <s01OO-40K-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Makefile.sphinx:17: The 'sphinx-build' command was not found Christian Kujau <lists@nerdbynature.de> - 2016-07-29 00:20 +0200
Re: Makefile.sphinx:17: The 'sphinx-build' command was not found Jonathan Corbet <corbet@lwn.net> - 2016-07-29 15:50 +0200
Re: Makefile.sphinx:17: The 'sphinx-build' command was not found Jani Nikula <jani.nikula@intel.com> - 2016-08-01 11:40 +0200
[PATCH] Documentation/sphinx: do not warn about missing tools in 'make help' Jani Nikula <jani.nikula@intel.com> - 2016-08-01 11:40 +0200
Re: [PATCH] Documentation/sphinx: do not warn about missing tools in 'make help' Jonathan Corbet <corbet@lwn.net> - 2016-08-04 00:10 +0200
csiph-web