[PATCH] 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 patrick.delaunay@foss.st.com ---
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'

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.delaunay@foss.st.com
Reviewed-by: Heinrich Schuchardt xypron.glpk@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'

On Thu, Jan 14, 2021 at 7:04 PM Patrick Delaunay patrick.delaunay@foss.st.com 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.delaunay@foss.st.com
doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Thu, Jan 14, 2021 at 12:04:04PM +0100, 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.delaunay@foss.st.com Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
participants (4)
-
Bin Meng
-
Heinrich Schuchardt
-
Patrick Delaunay
-
Tom Rini