diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-03 16:09:41 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
| commit | bc6a19d6a765dbc91c090cabddb6dd968378237d (patch) | |
| tree | 2bc9dcc8c60de05f33cba4270c50211339d1d97b /documentation/overview-manual/overview-manual-customization.xsl | |
| parent | 9f478d13585ca0ae129ffdb71a1b68b0202a2465 (diff) | |
| download | poky-bc6a19d6a765dbc91c090cabddb6dd968378237d.tar.gz | |
overview-manual: Added new "overview" manual to YP doc set
Fixes [YOCTO #12370]
I added all the mechanics for this new "Yocto Project Overview Manual".
For now, the manual builds and publishes into the 2.5 area. I used
"overview-manual" for the folder name. Makefile properly builds the
new manual. The mega-manual.sed file processes links for the new manual.
The mega-manual.xml file includes the new manual. The poky.ent file
includes a new ENTITY link for the overview manual. All pieces are in
place.
With this commit, just an overview chapter exists. The remaining content
needs to be developed.
(From yocto-docs rev: 632ebd4a91920585e736527e070ca8363a00f41b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-customization.xsl')
| -rw-r--r-- | documentation/overview-manual/overview-manual-customization.xsl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/overview-manual/overview-manual-customization.xsl b/documentation/overview-manual/overview-manual-customization.xsl new file mode 100644 index 0000000000..ccb7521259 --- /dev/null +++ b/documentation/overview-manual/overview-manual-customization.xsl | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | <?xml version='1.0'?> | ||
| 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | ||
| 3 | |||
| 4 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> | ||
| 5 | |||
| 6 | <!-- | ||
| 7 | |||
| 8 | <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> | ||
| 9 | |||
| 10 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" /> | ||
| 11 | |||
| 12 | --> | ||
| 13 | |||
| 14 | <xsl:include href="../template/permalinks.xsl"/> | ||
| 15 | <xsl:include href="../template/section.title.xsl"/> | ||
| 16 | <xsl:include href="../template/component.title.xsl"/> | ||
| 17 | <xsl:include href="../template/division.title.xsl"/> | ||
| 18 | <xsl:include href="../template/formal.object.heading.xsl"/> | ||
| 19 | |||
| 20 | <xsl:param name="html.stylesheet" select="'overview-style.css'" /> | ||
| 21 | <xsl:param name="chapter.autolabel" select="1" /> | ||
| 22 | <xsl:param name="appendix.autolabel" select="A" /> | ||
| 23 | <xsl:param name="section.autolabel" select="1" /> | ||
| 24 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
| 25 | <xsl:param name="generate.id.attributes" select="1" /> | ||
| 26 | |||
| 27 | </xsl:stylesheet> | ||
