diff options
author | Simon Glass <sjg@chromium.org> | 2021-02-06 09:57:29 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-02 15:53:37 -0500 |
commit | 671c454368374b538fd0421d3da08ed59328099d (patch) | |
tree | 70e5dff6393fdf01f1c331b738a655e7f2671d7a /doc/Makefile | |
parent | ef1080470d303f88e991a631a84c59aafdbb6794 (diff) | |
download | u-boot-671c454368374b538fd0421d3da08ed59328099d.tar.gz u-boot-671c454368374b538fd0421d3da08ed59328099d.tar.bz2 u-boot-671c454368374b538fd0421d3da08ed59328099d.zip |
doc: describe the md command
Provide a man-page for the md command.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index a686d4728e..683e4b5609 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -56,7 +56,6 @@ quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) PYTHONDONTWRITEBYTECODE=1 \ BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ $(SPHINXBUILD) \ - -W \ -b $2 \ -c $(abspath $(srctree)/$(src)) \ -d $(abspath $(BUILDDIR)/.doctrees/$3) \ |