On 1/14/21 12:04 PM, Patrick Delaunay wrote:
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.delau...@foss.st.com>

Reviewed-by: Heinrich Schuchardt <xypron.g...@gmx.de>

---

  doc/Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 0e0da5666f..a686d4728e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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'


Reply via email to