summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Nikula2016-06-22 14:41:48 +0200
committerJani Nikula2016-06-23 14:11:51 +0200
commitebc88ef05c825024a5d95285459b8c842c095c0f (patch)
treef488b1bf47eb177d9730b3308ef36e1bfa6de2fa /Makefile
parentDocumentation/sphinx: drop modindex, we don't have python modules (diff)
downloadkernel-qcow2-linux-ebc88ef05c825024a5d95285459b8c842c095c0f.tar.gz
kernel-qcow2-linux-ebc88ef05c825024a5d95285459b8c842c095c0f.tar.xz
kernel-qcow2-linux-ebc88ef05c825024a5d95285459b8c842c095c0f.zip
Documentation: add top level 'make help' output for Sphinx
While there's slight overlap with the DocBook help now, this can stay intact when the DocBook help goes away. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8908a51b895a..f7f393c40886 100644
--- a/Makefile
+++ b/Makefile
@@ -1364,6 +1364,8 @@ help:
@$(MAKE) $(build)=$(package-dir) help
@echo ''
@echo 'Documentation targets:'
+ @$(MAKE) -f $(srctree)/Documentation/Makefile.sphinx dochelp
+ @echo ''
@$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
@echo ''
@echo 'Architecture specific targets ($(SRCARCH)):'