mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
binman: Incorporate entry documentation
Update this to avoid sphinx warnings and incorporate it into the new documentaiton tree. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
072026e7bb
commit
6bc4309be7
10 changed files with 86 additions and 76 deletions
|
@ -7,6 +7,6 @@ setup(name='binman',
|
|||
scripts=['binman'],
|
||||
packages=['binman', 'binman.etype'],
|
||||
package_dir={'binman': ''},
|
||||
package_data={'binman': ['README.rst', 'README.entries']},
|
||||
package_data={'binman': ['README.rst', 'entries.rst']},
|
||||
classifiers=['Environment :: Console',
|
||||
'Topic :: Software Development :: Embedded Systems'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue