diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-14 08:56:15 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:40 +0000 |
commit | 5320b97e5be6a5e3406bd97af046ad0784d6f01c (patch) | |
tree | ffc7773e3f971bff5e6137b9e3bd59314fdba8a3 | |
parent | 79ac80d840a219e0a920d09af12b6af08d8d958f (diff) | |
download | poky-5320b97e5be6a5e3406bd97af046ad0784d6f01c.tar.gz |
adt-manual: Fixed "autotools-based" to "Autotools-based".
(From yocto-docs rev: bd37ea726e7d03d82f91ad15f2b330750df2ab47)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 0ed3396ef5..c2fce8ee4c 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | <para> | 29 | <para> |
30 | Collectively, these conditions allow you to easily use the toolchain | 30 | Collectively, these conditions allow you to easily use the toolchain |
31 | outside of the OpenEmbedded build environment on both autotools-based | 31 | outside of the OpenEmbedded build environment on both Autotools-based |
32 | projects and Makefile-based projects. | 32 | projects and Makefile-based projects. |
33 | This chapter provides information for both these types of projects. | 33 | This chapter provides information for both these types of projects. |
34 | </para> | 34 | </para> |
@@ -48,7 +48,7 @@ | |||
48 | <title>Creating and Running a Project Based on GNU Autotools</title> | 48 | <title>Creating and Running a Project Based on GNU Autotools</title> |
49 | 49 | ||
50 | <para> | 50 | <para> |
51 | Follow these steps to create a simple autotools-based project: | 51 | Follow these steps to create a simple Autotools-based project: |
52 | <orderedlist> | 52 | <orderedlist> |
53 | <listitem><para><emphasis>Create your directory:</emphasis> | 53 | <listitem><para><emphasis>Create your directory:</emphasis> |
54 | Create a clean directory for your project and then make | 54 | Create a clean directory for your project and then make |