summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs-customization.xsl
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:53:34 +0300
committerBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:53:34 +0300
commit2bb8374f717b5700df8cbe87e60ff03515c02887 (patch)
tree5e8dda7fb97bc757f4dd718c7ffd5bc2ba4ae9bb /documentation/yocto-project-qs/yocto-project-qs-customization.xsl
downloadpoky-2bb8374f717b5700df8cbe87e60ff03515c02887.tar.gz
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs-customization.xsl')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs-customization.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs-customization.xsl b/documentation/yocto-project-qs/yocto-project-qs-customization.xsl
new file mode 100644
index 0000000000..bd53ecb0f6
--- /dev/null
+++ b/documentation/yocto-project-qs/yocto-project-qs-customization.xsl
@@ -0,0 +1,9 @@
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://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
5 <xsl:import href="yocto-project-qs-titlepage.xsl"/>
6
7 <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
8 <xsl:param name="html.stylesheet" select="'qs-style.css'" />
9</xsl:stylesheet>