diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-30 08:51:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 17:36:09 +0100 |
commit | 8ab5bc3e1e0817319ad5638c1838edf86f9335be (patch) | |
tree | d55ab0b2a75b519022b8a5fbe1dc51d9624c1214 /documentation/ref-manual | |
parent | 59813630e5091021b8ade74b56066af3bffe4b99 (diff) | |
download | poky-8ab5bc3e1e0817319ad5638c1838edf86f9335be.tar.gz |
documentation: Updates to try to fix CentOS docs build errors
The docs are not building on CentOS and we think it is due to the
XSL templates being called for the Eclipse parts. I located all
the "current" templates and switched them out for "1.76.1" version
as are used by the mainstream doc builds.
(From yocto-docs rev: afbddde6524630433dfec973bbe886de32395bc8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-manual-eclipse-customization.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-manual-eclipse-customization.xsl b/documentation/ref-manual/ref-manual-eclipse-customization.xsl index 4e6b7997b8..4ac63ddc4e 100644 --- a/documentation/ref-manual/ref-manual-eclipse-customization.xsl +++ b/documentation/ref-manual/ref-manual-eclipse-customization.xsl | |||
@@ -6,7 +6,7 @@ | |||
6 | version="1.0"> | 6 | version="1.0"> |
7 | 7 | ||
8 | <xsl:import | 8 | <xsl:import |
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | 9 | href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" /> |
10 | 10 | ||
11 | <xsl:param name="chunker.output.indent" select="'yes'"/> | 11 | <xsl:param name="chunker.output.indent" select="'yes'"/> |
12 | <xsl:param name="chunk.quietly" select="1"/> | 12 | <xsl:param name="chunk.quietly" select="1"/> |