diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-12-19 16:27:28 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 14:43:27 +0000 |
commit | 30c0c9e35879cd66a8e8b4dbcc3421e9b962bb27 (patch) | |
tree | f33b5a487b3f5243abcfb42cb64053b049ef9dc4 /documentation | |
parent | a44106a0dba0038f0847ca1b90e72b99c5dfac8b (diff) | |
download | poky-30c0c9e35879cd66a8e8b4dbcc3421e9b962bb27.tar.gz |
mega-manual: Fixed to include ref-manual.
this still had the "poky-ref-manual" string in it. It needed the
"ref-manual" string.
(From yocto-docs rev: f771aaa09bf439e506dc5d8573a34283a1a905fb)
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/mega-manual/mega-manual.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index b3ee590326..ef34cec247 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -3,7 +3,7 @@ | |||
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | ||
5 | 5 | ||
6 | <book id='mega-manual' lang='en' | 6 | <book id='mega-manual' lang='en' |
7 | xmlns:xi="http://www.w3.org/2003/XInclude" | 7 | xmlns:xi="http://www.w3.org/2003/XInclude" |
8 | xmlns="http://docbook.org/ns/docbook" | 8 | xmlns="http://docbook.org/ns/docbook" |
9 | > | 9 | > |
@@ -11,30 +11,30 @@ | |||
11 | <xi:include | 11 | <xi:include |
12 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> | 12 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> |
13 | 13 | ||
14 | <para><imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /></para> | 14 | <para><imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /></para> |
15 | 15 | ||
16 | <xi:include | 16 | <xi:include |
17 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual.xml"/> | 17 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual.xml"/> |
18 | 18 | ||
19 | <para><imagedata fileref="figures/adt-title.png" width="100%" align="left" scalefit="1" /></para> | 19 | <para><imagedata fileref="figures/adt-title.png" width="100%" align="left" scalefit="1" /></para> |
20 | 20 | ||
21 | <xi:include | 21 | <xi:include |
22 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual.xml"/> | 22 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual.xml"/> |
23 | 23 | ||
24 | <para><imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /></para> | 24 | <para><imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /></para> |
25 | 25 | ||
26 | <xi:include | 26 | <xi:include |
27 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp-guide.xml"/> | 27 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp-guide.xml"/> |
28 | 28 | ||
29 | <para><imagedata fileref="figures/kernel-title.png" width="100%" align="left" scalefit="1" /></para> | 29 | <para><imagedata fileref="figures/kernel-title.png" width="100%" align="left" scalefit="1" /></para> |
30 | 30 | ||
31 | <xi:include | 31 | <xi:include |
32 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-manual/kernel-manual.xml"/> | 32 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-manual/kernel-manual.xml"/> |
33 | 33 | ||
34 | <para><imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /></para> | 34 | <para><imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /></para> |
35 | 35 | ||
36 | <xi:include | 36 | <xi:include |
37 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../poky-ref-manual/poky-ref-manual.xml"/> | 37 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-manual.xml"/> |
38 | 38 | ||
39 | <!-- <index id='index'> | 39 | <!-- <index id='index'> |
40 | <title>Index</title> | 40 | <title>Index</title> |
@@ -43,6 +43,6 @@ | |||
43 | 43 | ||
44 | </book> | 44 | </book> |
45 | 45 | ||
46 | <!-- | 46 | <!-- |
47 | vim: expandtab tw=80 ts=4 | 47 | vim: expandtab tw=80 ts=4 |
48 | --> | 48 | --> |