summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-manual-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/adt-manual/adt-manual-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/adt-manual/adt-manual-customization.xsl')
-rw-r--r--documentation/adt-manual/adt-manual-customization.xsl11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-manual-customization.xsl b/documentation/adt-manual/adt-manual-customization.xsl
new file mode 100644
index 0000000000..373bdb7140
--- /dev/null
+++ b/documentation/adt-manual/adt-manual-customization.xsl
@@ -0,0 +1,11 @@
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
6 <xsl:param name="html.stylesheet" select="'adt-style.css'" />
7 <xsl:param name="chapter.autolabel" select="1" />
8 <xsl:param name="appendix.autolabel" select="1" />
9 <xsl:param name="section.autolabel" select="1" />
10 <xsl:param name="section.label.includes.component.label" select="1" />
11</xsl:stylesheet>