diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:46:05 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:47:32 +0100 |
commit | 14b00ff23a912494edc7f146e668c40ca82b8508 (patch) | |
tree | f7f4e592ccb935bc312cfa0cfc3c0cbbe444970d /documentation/yocto-project-qs/yocto-project-qs-customization.xsl | |
download | yocto-docs-14b00ff23a912494edc7f146e668c40ca82b8508.tar.gz |
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@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> | ||