summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-30 08:51:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 12:59:13 +0100
commit2b822400f4beebdf7fa52cf8a35f3ff9e3effbfd (patch)
treecaa2c2d5983e3d788459eacd97926a412fbe07dd /documentation/Makefile
parenta4bd9cdaf2bb6f4e5c7386aa1069591f83f44a8c (diff)
downloadpoky-2b822400f4beebdf7fa52cf8a35f3ff9e3effbfd.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/Makefile')
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 42e6bf930b..71420ac2bb 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -342,7 +342,7 @@ endif
342## 342##
343# These URI should be rewritten by your distribution's xml catalog to 343# These URI should be rewritten by your distribution's xml catalog to
344# match your locally installed XSL stylesheets. 344# match your locally installed XSL stylesheets.
345XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current 345XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/1.76.1
346XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl 346XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
347 347
348all: $(ALLPREQ) 348all: $(ALLPREQ)