diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:49:52 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:49:52 +0200 |
commit | 1095cfa74ecc524fb5d945a07df17e54acc60d25 (patch) | |
tree | 0070eb2da77c61d9fe1ba9facf93798bb031420f /documentation/yocto-project-qs/yocto-project-qs-customization.xsl | |
download | yocto-docs-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@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.xsl | 9 |
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 0000000..bd53ecb --- /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> | ||