Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebc88ef0 authored by Jani Nikula's avatar Jani Nikula
Browse files

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: default avatarJani Nikula <jani.nikula@intel.com>
parent 0cea220c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ silent_gen_xml = :
###
# Help targets as used by the top-level makefile
dochelp:
	@echo  ' Linux kernel internal documentation in different formats:'
	@echo  ' Linux kernel internal documentation in different formats (DocBook):'
	@echo  '  htmldocs        - HTML'
	@echo  '  pdfdocs         - PDF'
	@echo  '  psdocs          - Postscript'
+8 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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)):'