mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

This new directory contains the files for the mega-manual HTML document. Mega-manual is a compilation of all the existing YP manuals and guides. It is a single HTML file that simply lists each individual HTML document for the existing YP manuals and guides. The figures directory contains all the figures (duplicated) from the individual manuals and guides. (From yocto-docs rev: 5620c20ea4c7c69c96601b7480471e6166fd9409) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
49 lines
1.6 KiB
XML
49 lines
1.6 KiB
XML
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
|
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
|
|
|
|
|
|
<book id='mega-manual' lang='en'
|
|
xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
>
|
|
|
|
<xi:include
|
|
xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/>
|
|
|
|
<para><imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /></para>
|
|
|
|
<xi:include
|
|
xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual.xml"/>
|
|
|
|
<para><imagedata fileref="figures/adt-title.png" width="100%" align="left" scalefit="1" /></para>
|
|
|
|
<xi:include
|
|
xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual.xml"/>
|
|
|
|
<para><imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /></para>
|
|
|
|
<xi:include
|
|
xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp-guide.xml"/>
|
|
|
|
<para><imagedata fileref="figures/kernel-title.png" width="100%" align="left" scalefit="1" /></para>
|
|
|
|
<xi:include
|
|
xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-manual/kernel-manual.xml"/>
|
|
|
|
<para><imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /></para>
|
|
|
|
<xi:include
|
|
xmlns:xi="http://www.w3.org/2003/XInclude" href="../poky-ref-manual/poky-ref-manual.xml"/>
|
|
|
|
<!-- <index id='index'>
|
|
<title>Index</title>
|
|
</index>
|
|
-->
|
|
|
|
</book>
|
|
|
|
<!--
|
|
vim: expandtab tw=80 ts=4
|
|
-->
|