aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile.sphinx
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 /Documentation/Makefile.sphinx
parentDocumentation/sphinx: drop modindex, we don't have python modules (diff)
downloadlinux-dev-ebc88ef05c825024a5d95285459b8c842c095c0f.tar.xz
linux-dev-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 'Documentation/Makefile.sphinx')
-rw-r--r--Documentation/Makefile.sphinx8
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