summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-28 13:34:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:56 +0000
commit0a54446d2f33791fe6ec3c3f670dfbfe6e009bd8 (patch)
treec78bf1bba41f623ce0020ddf690bf0296550f18d
parent4a1ea28ce9103c4f243669cbb7250d33eb97d676 (diff)
downloadpoky-0a54446d2f33791fe6ec3c3f670dfbfe6e009bd8.tar.gz
mega-manual, Makefile, poky.ent: Added front matter to mega-manual
Put in proper front matter for the mega-manual. This effectively creates a real title for the manual as well as a brief abstract that explains why this behemoth exists. (From yocto-docs rev: 26c78f0b00762846a839fbfc9ba969b7aa5d5b58) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/Makefile2
-rw-r--r--documentation/mega-manual/mega-manual.xml60
-rw-r--r--documentation/mega-manual/mega-style.css9
-rw-r--r--documentation/poky.ent1
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
241MANUALS = $(DOC)/$(DOC).html 241MANUALS = $(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>&COPYRIGHT_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 &amp; 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
129h3.author { 130h3.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">