mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
5ce319133b
commit
61adb2d247
11 changed files with 291 additions and 242 deletions
|
@ -7,6 +7,6 @@ setup(name='binman',
|
|||
scripts=['binman'],
|
||||
packages=['binman', 'binman.etype'],
|
||||
package_dir={'binman': ''},
|
||||
package_data={'binman': ['README', 'README.entries']},
|
||||
package_data={'binman': ['README.rst', 'README.entries']},
|
||||
classifiers=['Environment :: Console',
|
||||
'Topic :: Software Development :: Embedded Systems'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue