diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual-customization.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/poky-ref-manual-customization.xsl b/documentation/poky-ref-manual/poky-ref-manual-customization.xsl new file mode 100644 index 0000000000..362ebed131 --- /dev/null +++ b/documentation/poky-ref-manual/poky-ref-manual-customization.xsl | |||
@@ -0,0 +1,6 @@ | |||
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:stylesheet> | ||