doc: update help message
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 14 Jan 2021 11:04:04 +0000 (12:04 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 23 Jan 2021 14:53:46 +0000 (09:53 -0500)
Update the help message used for 'make help':

  Documentation targets:
    Linux kernel internal documentation in different formats from ReST:
=>
    U-Boot documentation in different formats from ReST:

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/Makefile

index 0e0da56..a686d47 100644 (file)
@@ -106,7 +106,7 @@ cleandocs:
        $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media clean
 
 dochelp:
-       @echo  ' Linux kernel internal documentation in different formats from ReST:'
+       @echo  ' U-Boot documentation in different formats from ReST:'
        @echo  '  htmldocs        - HTML'
        @echo  '  latexdocs       - LaTeX'
        @echo  '  pdfdocs         - PDF'