Skip to content

Commit

Permalink
Documentation/sphinx: do not warn about missing tools in 'make help'
Browse files Browse the repository at this point in the history
Simply move the dochelp rule outside of the HAVE_SPHINX check,
overriding the .DEFAULT rule for HAVE_SPHINX=0.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Christian Kujau <lists@nerdbynature.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Jani Nikula authored and Jonathan Corbet committed Aug 3, 2016
1 parent a88b167 commit d9a77fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Makefile.sphinx
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ cleanmediadocs:
cleandocs:
$(Q)rm -rf $(BUILDDIR)

endif # HAVE_SPHINX

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

0 comments on commit d9a77fe

Please sign in to comment.