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 /Documentation/Makefile.sphinx | |
parent | 0cea220cf739c8b64d1d9ad75f4817621d3dc897 (diff) | |
download | linux-ebc88ef05c825024a5d95285459b8c842c095c0f.tar.xz |
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 'Documentation/Makefile.sphinx')
-rw-r--r-- | Documentation/Makefile.sphinx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx index addf32309bc3..810c11f0d37f 100644 --- a/Documentation/Makefile.sphinx +++ b/Documentation/Makefile.sphinx @@ -60,4 +60,12 @@ installmandocs: cleandocs: $(Q)rm -rf $(BUILDDIR) +dochelp: + @echo ' Linux kernel internal documentation in different formats (Sphinx):' + @echo ' htmldocs - HTML' + @echo ' pdfdocs - PDF' + @echo ' epubdocs - EPUB' + @echo ' xmldocs - XML' + @echo ' cleandocs - clean all generated files' + endif # HAVE_SPHINX |