From: Patrick Delaunay Date: Thu, 14 Jan 2021 11:04:04 +0000 (+0100) Subject: doc: update help message X-Git-Tag: v2021.04-rc1~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9153924bc14c16836278faa9455053e9594a3970;p=pandora-u-boot.git doc: update help message 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 Reviewed-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- diff --git a/doc/Makefile b/doc/Makefile index 0e0da5666f8..a686d4728ec 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'