From 481c1788bcf4a37a7eb9a6ce4d0fe00d6df29827 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Feb 2015 17:14:41 -0800 Subject: [PATCH] mega-manual: Edits to fix titling The way the mega-manual used 'xinclude' to suck in the other YP manuals was to suck in the root XML file. The problem with this was that the root XML file for each subsequent book would include front-matter information. The front-matter information included an .authorgroup style, which caused the new mega-manual title displayed at the very top to be also re-displayed with a subsequent manual's title. These changes altered the strategy for using 'xinclude' to pull in the various YP manuals. Rather than pull in the root XML file for a given manual, individual chapters are pulled in that comprise a given manual. A slight side-effect is that chapter numbering is sequential from top to bottom in the mega-manual, which I suppose is better as it is being presented as an entire manual anyway. (From yocto-docs rev: 61cc9f2f92900894ef09ff13e1e92ebe30a17be3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/mega-manual/mega-manual.xml | 143 +++++++++++++++++++--- 1 file changed, 124 insertions(+), 19 deletions(-) diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 2035bed3f3..11f36d1dc5 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml @@ -68,48 +68,153 @@ + + - + + + + + + xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-intro.xml"/> + + + + + - + + + + + + xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual-intro.xml"/> + + + + - + + + + + + xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp.xml"/> - + + + + + + xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-intro.xml"/> + + + + - + + + + + + xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-intro.xml"/> + + + - + + + + + - - + xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/> + xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +