diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-18 20:25:13 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:10 +1300 |
commit | 61adb2d2474eb72ea05365ef81e5c6d7e5f61441 (patch) | |
tree | 809ddf2cb7446b9178e3a9d4831a3e6f1ce0c015 /tools/binman/control.py | |
parent | 5ce319133b2364e3283c3cde7a269681ff8431af (diff) |
binman: doc: Add documentation to htmldocs
Add a link to binman's documentation and adjust the files so that it is
accessible. Use the name README.rst so it is easy to discover when binman
is installed without U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/control.py')
-rw-r--r-- | tools/binman/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/control.py b/tools/binman/control.py index 9709aa9a2b..f57e34daaa 100644 --- a/tools/binman/control.py +++ b/tools/binman/control.py @@ -569,7 +569,7 @@ def Binman(args): if not pager: pager = 'more' fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])), - 'README') + 'README.rst') command.Run(pager, fname) return 0 |