summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-19 14:59:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:12 +0100
commitacf3319e5f34514eeb3164f75fa7ad173bad7302 (patch)
tree3cd2bf0201be8d7fd48608a02df41f80d02e8c3f /documentation
parent1fb6f7e3ffd9f56a78210783105b1341e1e36928 (diff)
downloadpoky-acf3319e5f34514eeb3164f75fa7ad173bad7302.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: 24a77078af0e7a59dd180bdfe6a29afbaefdffcf) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml4
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 d3544b21dc..8c9bc6a848 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.xml
+++ b/documentation/sdk-manual/sdk-appendix-customizing.xml
@@ -272,7 +272,7 @@
272 If you want the users of an extensible SDK you build to be 272 If you want the users of an extensible SDK you build to be
273 able to add items to the SDK without requiring the users to build 273 able to add items to the SDK without requiring the users to build
274 the items from source, you need to do a number of things: 274 the items from source, you need to do a number of things:
275 <itemizedlist> 275 <orderedlist>
276 <listitem><para> 276 <listitem><para>
277 Ensure the additional items you want the user to be able to 277 Ensure the additional items you want the user to be able to
278 install are already built: 278 install are already built:
@@ -347,7 +347,7 @@
347 </para></listitem> 347 </para></listitem>
348 </itemizedlist> 348 </itemizedlist>
349 </para></listitem> 349 </para></listitem>
350 </itemizedlist> 350 </orderedlist>
351 </para> 351 </para>
352</section> 352</section>
353 353