util/util_readme: update to give additional information

Add a note to the top of the util.md document saying not to edit it.

The Documentation/util.md file had been updated to contain additional
information at the bottom.  This copies that information into the file
after it's been created.

Change-Id: I4b08439420ceb706df62e3949406585ea34c1514
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64580
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Martin Roth
2022-05-22 19:11:04 -06:00
committed by Martin L Roth
parent 56846091f1
commit 124c418ccf
2 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
## In depth documentation
* [cbfstool](util/cbfstool/index.md)
* [ifdtool](util/ifdtool/index.md)
* [intelp2m](util/intelp2m/index.md)
## Generated documentation
**Please do not edit the markdown file in the documentation directory
*directly.**
This file was generated by running util_readme.sh. Please make sure it
is rerun when new tools are added or when documentation is updated.
To update, edit the markdown files in the util directory, then
re-generate this file by running `util/util_readme/util_readme.sh`