summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTimo Mueller <timo.mueller@bmw-carit.de>2012-11-30 09:59:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:21:28 +0000
commitea2e921e3936dd4d3484faab22c6654ca69640b1 (patch)
treefe2b772c663670dc5f710c25f4bed8be423937bb /documentation
parent941d5e268be8663db27f54ec7cf1f0dd81055490 (diff)
downloadast2050-yocto-poky-ea2e921e3936dd4d3484faab22c6654ca69640b1.zip
ast2050-yocto-poky-ea2e921e3936dd4d3484faab22c6654ca69640b1.tar.gz
documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: new file
This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl b/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl
new file mode 100644
index 0000000..468508b
--- /dev/null
+++ b/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl
@@ -0,0 +1,24 @@
+<?xml version='1.0'?>
+<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">
+
+ <xsl:import
+ href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
+ <xsl:import href="yocto-project-qs-titlepage.xsl"/>
+
+ <xsl:param name="chunker.output.indent" select="'yes'"/>
+ <xsl:param name="use.id.as.filename" select="1"/>
+ <xsl:param name="ulink.target" select="'_self'" />
+ <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/>
+ <xsl:param name="chunk.section.depth" select="0"/>
+ <xsl:param name="html.stylesheet" select="'../book.css'"/>
+ <xsl:param name="eclipse.manifest" select="0"/>
+ <xsl:param name="create.plugin.xml" select="0"/>
+ <xsl:param name="suppress.navigation" select="1"/>
+ <xsl:param name="generate.index" select="0"/>
+ <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
+ <xsl:param name="html.stylesheet" select="'style.css'" />
+</xsl:stylesheet>
OpenPOWER on IntegriCloud