diff options
-rw-r--r-- | documentation/Makefile | 2 | ||||
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 60 | ||||
-rw-r--r-- | documentation/mega-manual/mega-style.css | 9 | ||||
-rw-r--r-- | documentation/poky.ent | 1 |
4 files changed, 67 insertions, 5 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 8d51bd7df3..3735faf8a5 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -235,7 +235,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \ | |||
235 | figures/analysis-for-package-splitting.png \ | 235 | figures/analysis-for-package-splitting.png \ |
236 | figures/image-generation.png \ | 236 | figures/image-generation.png \ |
237 | figures/sdk-generation.png figures/recipe-workflow.png \ | 237 | figures/sdk-generation.png figures/recipe-workflow.png \ |
238 | figures/build-workspace-directory.png | 238 | figures/build-workspace-directory.png figures/mega-title.png |
239 | endif | 239 | endif |
240 | 240 | ||
241 | MANUALS = $(DOC)/$(DOC).html | 241 | MANUALS = $(DOC)/$(DOC).html |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 01af789aed..405dfd87b2 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -8,6 +8,66 @@ | |||
8 | xmlns="http://docbook.org/ns/docbook" | 8 | xmlns="http://docbook.org/ns/docbook" |
9 | > | 9 | > |
10 | 10 | ||
11 | <bookinfo> | ||
12 | |||
13 | <abstract> | ||
14 | The Yocto Project Mega-Manual is a concatenation of the published | ||
15 | Yocto Project HTML manuals for the given release. | ||
16 | The manual exists to help users efficiently search for strings | ||
17 | across the entire Yocto Project documentation set. | ||
18 | </abstract> | ||
19 | |||
20 | <mediaobject> | ||
21 | <imageobject> | ||
22 | <imagedata fileref='figures/mega-title.png' | ||
23 | format='SVG' | ||
24 | align='left' scalefit='1' width='100%'/> | ||
25 | </imageobject> | ||
26 | </mediaobject> | ||
27 | |||
28 | <title> | ||
29 | Yocto Project Mega-Manual | ||
30 | </title> | ||
31 | |||
32 | <authorgroup> | ||
33 | <author> | ||
34 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | ||
35 | <affiliation> | ||
36 | <orgname>Intel Corporation</orgname> | ||
37 | </affiliation> | ||
38 | <email>scott.m.rifenbark@intel.com</email> | ||
39 | </author> | ||
40 | </authorgroup> | ||
41 | |||
42 | <revhistory> | ||
43 | <revision> | ||
44 | <revnumber>1.8</revnumber> | ||
45 | <date>Sometime in 2015</date> | ||
46 | <revremark>Released with the Yocto Project 1.8 Release.</revremark> | ||
47 | </revision> | ||
48 | </revhistory> | ||
49 | |||
50 | <copyright> | ||
51 | <year>©RIGHT_YEAR;</year> | ||
52 | <holder>Linux Foundation</holder> | ||
53 | </copyright> | ||
54 | |||
55 | <legalnotice> | ||
56 | <para> | ||
57 | Permission is granted to copy, distribute and/or modify this document under | ||
58 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | ||
59 | </para> | ||
60 | <note> | ||
61 | For the latest version of this manual associated with this | ||
62 | Yocto Project release, see the | ||
63 | <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink> | ||
64 | from the Yocto Project website. | ||
65 | </note> | ||
66 | |||
67 | </legalnotice> | ||
68 | |||
69 | </bookinfo> | ||
70 | |||
11 | <xi:include | 71 | <xi:include |
12 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> | 72 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> |
13 | 73 | ||
diff --git a/documentation/mega-manual/mega-style.css b/documentation/mega-manual/mega-style.css index 45b77ac958..df71a20a02 100644 --- a/documentation/mega-manual/mega-style.css +++ b/documentation/mega-manual/mega-style.css | |||
@@ -118,12 +118,13 @@ h6 { | |||
118 | background-color: transparent; | 118 | background-color: transparent; |
119 | background-repeat: no-repeat; | 119 | background-repeat: no-repeat; |
120 | padding-top: 256px; | 120 | padding-top: 256px; |
121 | background-position: top; | 121 | background-image: url("figures/mega-title.png"); |
122 | background-position: left top; | ||
122 | margin-top: -256px; | 123 | margin-top: -256px; |
123 | padding-right: 50px; | 124 | padding-right: 50px; |
124 | margin-left: 50px; | 125 | margin-left: 0px; |
125 | text-align: center; | 126 | text-align: right; |
126 | width: 600px; | 127 | width: 740px; |
127 | } | 128 | } |
128 | 129 | ||
129 | h3.author { | 130 | h3.author { |
diff --git a/documentation/poky.ent b/documentation/poky.ent index 36d6751789..6a791db742 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -50,6 +50,7 @@ | |||
50 | <!ENTITY YOCTO_DOCS_KERNEL_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/kernel-manual/kernel-manual.html"> | 50 | <!ENTITY YOCTO_DOCS_KERNEL_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/kernel-manual/kernel-manual.html"> |
51 | <!ENTITY YOCTO_DOCS_KERNEL_DEV_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/kernel-dev/kernel-dev.html"> | 51 | <!ENTITY YOCTO_DOCS_KERNEL_DEV_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/kernel-dev/kernel-dev.html"> |
52 | <!ENTITY YOCTO_DOCS_PROF_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/profile-manual/profile-manual.html"> | 52 | <!ENTITY YOCTO_DOCS_PROF_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/profile-manual/profile-manual.html"> |
53 | <!ENTITY YOCTO_DOCS_MM_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/mega-manual/mega-manual.html"> | ||
53 | <!ENTITY YOCTO_DOCS_BB_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/bitbake-user-manual/bitbake-user-manual.html"> | 54 | <!ENTITY YOCTO_DOCS_BB_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/bitbake-user-manual/bitbake-user-manual.html"> |
54 | <!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;"> | 55 | <!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;"> |
55 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> | 56 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> |