From 0a54446d2f33791fe6ec3c3f670dfbfe6e009bd8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 28 Jan 2015 13:34:09 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/Makefile | 2 +- documentation/mega-manual/mega-manual.xml | 60 +++++++++++++++++++++++++++++++ documentation/mega-manual/mega-style.css | 9 ++--- documentation/poky.ent | 1 + 4 files changed, 67 insertions(+), 5 deletions(-) (limited to 'documentation') 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 \ figures/analysis-for-package-splitting.png \ figures/image-generation.png \ figures/sdk-generation.png figures/recipe-workflow.png \ - figures/build-workspace-directory.png + figures/build-workspace-directory.png figures/mega-title.png endif 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 @@ xmlns="http://docbook.org/ns/docbook" > + + + + The Yocto Project Mega-Manual is a concatenation of the published + Yocto Project HTML manuals for the given release. + The manual exists to help users efficiently search for strings + across the entire Yocto Project documentation set. + + + + + + + + + + Yocto Project Mega-Manual + + + + + Scott Rifenbark + + Intel Corporation + + scott.m.rifenbark@intel.com + + + + + + 1.8 + Sometime in 2015 + Released with the Yocto Project 1.8 Release. + + + + + ©RIGHT_YEAR; + Linux Foundation + + + + + Permission is granted to copy, distribute and/or modify this document under + the terms of the Creative Commons Attribution-Share Alike 2.0 UK: England & Wales as published by Creative Commons. + + + For the latest version of this manual associated with this + Yocto Project release, see the + Yocto Project Mega-Manual + from the Yocto Project website. + + + + + + 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 { background-color: transparent; background-repeat: no-repeat; padding-top: 256px; - background-position: top; + background-image: url("figures/mega-title.png"); + background-position: left top; margin-top: -256px; padding-right: 50px; - margin-left: 50px; - text-align: center; - width: 600px; + margin-left: 0px; + text-align: right; + width: 740px; } 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 @@ + -- cgit 1.2.3-korg