summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-06-22 15:41:48 +0300
committerJani Nikula <jani.nikula@intel.com>2016-06-23 15:11:51 +0300
commitebc88ef05c825024a5d95285459b8c842c095c0f (patch)
treef488b1bf47eb177d9730b3308ef36e1bfa6de2fa /Makefile
parent0cea220cf739c8b64d1d9ad75f4817621d3dc897 (diff)
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)):'