diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-13 06:10:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:47 +0000 |
commit | d250d389744d2ce567fb1e95996718bb1ae2122c (patch) | |
tree | 0c40abfffb9ae2d19f017d4c5e2ed4e56ce639d6 /documentation/adt-manual | |
parent | 66ad91bd54d7a3ab0ea3948ac9bf42e3da53eadc (diff) | |
download | poky-d250d389744d2ce567fb1e95996718bb1ae2122c.tar.gz |
documentation: Changed back to the "current" XSL style sheet.
I need to get back to how it was working and then fix the table
box issue from there. Using the 1.76.1 stylesheets makes the
build too long for the manuals and sometimes the XSL sheets do
not load.
(From yocto-docs rev: 7bc502fa069fdc4aebf5705513bb82127716859f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-manual-customization.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-manual-customization.xsl b/documentation/adt-manual/adt-manual-customization.xsl index f08087d93f..e7892fdd26 100644 --- a/documentation/adt-manual/adt-manual-customization.xsl +++ b/documentation/adt-manual/adt-manual-customization.xsl | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version='1.0'?> | 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"> | 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 | 3 | ||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
5 | 5 | ||
6 | <xsl:include href="../template/permalinks.xsl"/> | 6 | <xsl:include href="../template/permalinks.xsl"/> |
7 | <xsl:include href="../template/section.title.xsl"/> | 7 | <xsl:include href="../template/section.title.xsl"/> |