diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-08 10:18:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:18:11 +0100 |
commit | b31fa1bbbe84210894d8499af9a9bd7d9a2b5755 (patch) | |
tree | 241c3402829c7d5138249f854c55564faeb3253e /documentation/dev-manual | |
parent | 8e337746e9804696b38924e549802d3d4cfc8aa4 (diff) | |
download | poky-b31fa1bbbe84210894d8499af9a9bd7d9a2b5755.tar.gz |
documenation: dev-manual - re-ordered chapters.
The "Common Tasks" chapter is better suited as the last chapter in
this manual. So I moved the development workflows up a chapter.
(From yocto-docs rev: 19f0a6411c065388b5bd0083338b164b43baff0e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index eff0dce1f0..9f4bb0446b 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
@@ -76,10 +76,10 @@ | |||
76 | 76 | ||
77 | <xi:include href="dev-manual-newbie.xml"/> | 77 | <xi:include href="dev-manual-newbie.xml"/> |
78 | 78 | ||
79 | <xi:include href="dev-manual-common-tasks.xml"/> | ||
80 | |||
81 | <xi:include href="dev-manual-model.xml"/> | 79 | <xi:include href="dev-manual-model.xml"/> |
82 | 80 | ||
81 | <xi:include href="dev-manual-common-tasks.xml"/> | ||
82 | |||
83 | </book> | 83 | </book> |
84 | <!-- | 84 | <!-- |
85 | vim: expandtab tw=80 ts=4 | 85 | vim: expandtab tw=80 ts=4 |