Skip to content

Commit d9a77fe

Browse files
jnikulaJonathan Corbet
authored andcommitted
Documentation/sphinx: do not warn about missing tools in 'make help'
Simply move the dochelp rule outside of the HAVE_SPHINX check, overriding the .DEFAULT rule for HAVE_SPHINX=0. Cc: Jonathan Corbet <[email protected]> Cc: Christian Kujau <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent a88b167 commit d9a77fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Makefile.sphinx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ cleanmediadocs:
6767
cleandocs:
6868
$(Q)rm -rf $(BUILDDIR)
6969

70+
endif # HAVE_SPHINX
71+
7072
dochelp:
7173
@echo ' Linux kernel internal documentation in different formats (Sphinx):'
7274
@echo ' htmldocs - HTML'
7375
@echo ' pdfdocs - PDF'
7476
@echo ' epubdocs - EPUB'
7577
@echo ' xmldocs - XML'
7678
@echo ' cleandocs - clean all generated files'
77-
78-
endif # HAVE_SPHINX

0 commit comments

Comments
 (0)