summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-20 09:10:45 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:06:00 +0000
commit1a2454fcbac3cce026ce804ef34939316bb95173 (patch)
tree8351dcc33d03bceff00aa0668343abbf190054d3 /documentation
parent92675a93baa235294a6951af85a6b00673ce1a93 (diff)
downloadpoky-1a2454fcbac3cce026ce804ef34939316bb95173.tar.gz
documentation/adt-manual/adt-eclipse.xml: Added more info for example.
I added a bit more information to the third step of the example that reconfigures a project. (From yocto-docs rev: d30a83e4f62015cbaba9e2532b7e69d1908dfb50) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 5cc3949e24..b5d78f5569 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -471,7 +471,9 @@
471 The script also runs <filename>libtoolize</filename>, <filename>aclocal</filename>, 471 The script also runs <filename>libtoolize</filename>, <filename>aclocal</filename>,
472 <filename>autoconf</filename>, <filename>autoheader</filename>, 472 <filename>autoconf</filename>, <filename>autoheader</filename>,
473 <filename>automake --a</filename>, and 473 <filename>automake --a</filename>, and
474 <filename>./configure</filename>.</para></listitem> 474 <filename>./configure</filename>.
475 Click on the <filename>Console</filename> tab beneath your source code to
476 see the results of reconfiguring your project.</para></listitem>
475 </orderedlist> 477 </orderedlist>
476 </para> 478 </para>
477</section> 479</section>