diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-01-14 12:04:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-23 09:53:46 -0500 |
commit | 9153924bc14c16836278faa9455053e9594a3970 (patch) | |
tree | 6431a1cb5ee28bb484180e7d38cd9be8051d05b9 /doc | |
parent | 10a1df3cd43ba2fe893d5dd1aeb2e7109ef0007f (diff) | |
download | u-boot-9153924bc14c16836278faa9455053e9594a3970.tar.gz |
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>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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' |