
Convert the buildman documentation to rST format and include it in the 'build' section.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Quentin Schulz foss+uboot@0leil.net ---
Changes in v5: - Correct --- Warning --- section - Convert the buildman args to a list
Changes in v3: - Add new patch to convert documentation to rST
doc/build/buildman.rst | 1 + doc/build/index.rst | 1 + tools/buildman/README | 1349 --------------------------------- tools/buildman/README.rst | 1 + tools/buildman/buildman.rst | 1406 +++++++++++++++++++++++++++++++++++ tools/buildman/control.py | 4 +- tools/buildman/func_test.py | 4 +- 7 files changed, 1413 insertions(+), 1353 deletions(-) create mode 120000 doc/build/buildman.rst delete mode 100644 tools/buildman/README create mode 120000 tools/buildman/README.rst create mode 100644 tools/buildman/buildman.rst
Applied to u-boot-dm, thanks!