Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1568773
| From | Jim Davis <jim.epost@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Extra messages from Makefile.sphinx |
| Date | 2017-01-27 23:50 +0100 |
| Message-ID | <t4nvc-1BT-35@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
On a sphinx-free Ubuntu system with 4.10-rc5, make installmandocs works just fine, but the garrulous Makefile.sphinx twice tells me I don't have sphinx-build installed: Documentation/Makefile.sphinx:22: 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. SKIP Sphinx include/config/auto.conf target. Documentation/Makefile.sphinx:22: 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. SKIP Sphinx installmandocs target. Would the 'SKIP ...' statements suffice? It happens with make cleandocs and make mandocs too. -- Jim
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Extra messages from Makefile.sphinx Jim Davis <jim.epost@gmail.com> - 2017-01-27 23:50 +0100
[PATCH] Documentation/sphinx: make targets independent of Sphinx work for HAVE_SPHINX=0 Jani Nikula <jani.nikula@intel.com> - 2017-01-30 18:00 +0100
Re: [PATCH] Documentation/sphinx: make targets independent of Sphinx work for HAVE_SPHINX=0 Jani Nikula <jani.nikula@intel.com> - 2017-01-30 18:20 +0100
csiph-web