diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-19 14:59:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:43 +0100 |
commit | bfe4fef0984acc39cc1de9e49d24734a8b241114 (patch) | |
tree | ff21f9bd3f4fd20af7f29919b4cd104895bca7b1 /documentation/sdk-manual | |
parent | 5cdf2e8b2c21ed723ca54f02b58b02095dd3518f (diff) | |
download | openembedded-core-contrib-bfe4fef0984acc39cc1de9e49d24734a8b241114.tar.gz |
sdk-manual: Converted bullet list to ordered list
On second thought, the list I turned into a bullet list from the
previous commit was a bit hasty. That list is order dependent.
Reverted the list.
(From yocto-docs rev: 9ea640ffea2a2c9827f18070a5b287453c8653e9)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index 78ead9c0222..c8d369a8c8a 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml @@ -340,7 +340,7 @@ If you want the users of an extensible SDK you build to be able to add items to the SDK without requiring the users to build the items from source, you need to do a number of things: - <itemizedlist> + <orderedlist> <listitem><para> Ensure the additional items you want the user to be able to install are already built: @@ -415,7 +415,7 @@ </para></listitem> </itemizedlist> </para></listitem> - </itemizedlist> + </orderedlist> </para> </section> |