diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-20 09:10:45 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:42 -0800 |
| commit | 03a69b6471fa3cd5b346914c21ecfbeb4208c038 (patch) | |
| tree | 019b0b487acf8fc8e7432b76d4a180547d30ca60 /documentation/adt-manual | |
| parent | f6ffa1240b16cc070e5d293055cdba65b4e08074 (diff) | |
| download | poky-03a69b6471fa3cd5b346914c21ecfbeb4208c038.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: e21ebe5b665b50705fa863436e83af6cbd00eb5d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
| -rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index fdd0ffa9c3..ab508ad1d4 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> |
