diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-05-19 13:08:25 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-19 22:09:36 +0100 |
commit | 16caaabfcc678b03a0cd88aaeac15f9b8d1c3dad (patch) | |
tree | 17e6483be694d9efb8f4026b1d6cc554210f12c0 | |
parent | 7310c3c925282e52b44351a5dfd7f7d882d2dcc4 (diff) | |
download | poky-16caaabfcc678b03a0cd88aaeac15f9b8d1c3dad.tar.gz |
bitbake: bitbake-user-manual-customization.xsl: Pointing to mirrors for XSL files.
Instead of pointing to the Sourceforge area, which seems to flake out
every so often, we are now pointing to a mirror to get the XSL files
needed to build the manual.
(Bitbake rev: d9811231b4c8211446bd9275084c26a4718cd175)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl index ebfa5404c2..5985ea783f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl | |||
@@ -1,7 +1,15 @@ | |||
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/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> |
5 | |||
6 | <!-- | ||
7 | |||
8 | <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/xhtml/docbook.xsl" /> | ||
9 | |||
10 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" /> | ||
11 | |||
12 | --> | ||
5 | 13 | ||
6 | <xsl:include href="../template/permalinks.xsl"/> | 14 | <xsl:include href="../template/permalinks.xsl"/> |
7 | <xsl:include href="../template/section.title.xsl"/> | 15 | <xsl:include href="../template/section.title.xsl"/> |