diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-06-22 15:41:48 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2016-06-23 15:11:51 +0300 |
commit | ebc88ef05c825024a5d95285459b8c842c095c0f (patch) | |
tree | f488b1bf47eb177d9730b3308ef36e1bfa6de2fa /Makefile | |
parent | 0cea220cf739c8b64d1d9ad75f4817621d3dc897 (diff) | |
download | op-kernel-dev-ebc88ef05c825024a5d95285459b8c842c095c0f.zip op-kernel-dev-ebc88ef05c825024a5d95285459b8c842c095c0f.tar.gz |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)):' |