diff options
| author | Patrick Delaunay <[email protected]> | 2021-01-14 12:04:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-01-23 09:53:46 -0500 |
| commit | 9153924bc14c16836278faa9455053e9594a3970 (patch) | |
| tree | 6431a1cb5ee28bb484180e7d38cd9be8051d05b9 /doc/Makefile | |
| parent | 10a1df3cd43ba2fe893d5dd1aeb2e7109ef0007f (diff) | |
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
