From 1ccbc1549ec509d737dc39a9440aae1650bde1ad Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 4 Jun 2010 14:48:34 +0100 Subject: handbook: use XML catalogues to make building work on all(?) distros Thanks to Damien's pointers we should now be able to generate the handbook regardless of host distro Signed-off-by: Joshua Lock --- handbook/poky-doc-tools/Makefile.am | 8 +++++++- handbook/poky-doc-tools/autogen.sh | 2 +- handbook/poky-doc-tools/common/poky-db-pdf.xsl | 2 +- handbook/poky-doc-tools/poky-docbook-to-pdf.in | 7 ++++++- 4 files changed, 15 insertions(+), 4 deletions(-) (limited to 'handbook/poky-doc-tools') diff --git a/handbook/poky-doc-tools/Makefile.am b/handbook/poky-doc-tools/Makefile.am index ca92ae714..4533cd832 100644 --- a/handbook/poky-doc-tools/Makefile.am +++ b/handbook/poky-doc-tools/Makefile.am @@ -7,7 +7,13 @@ bin_SCRIPTS = poky-docbook-to-pdf edit = sed \ -e 's,@datadir\@,$(pkgdatadir),g' \ -e 's,@prefix\@,$(prefix),g' \ - -e 's,@version\@,@VERSION@,g' + -e 's,@version\@,@VERSION@,g' + +## +# These URI should be rewritten by your distribution's xml catalog to +# match your localy installed XSL stylesheets. +XSL_BASE_URI="http://docbook.sourceforge.net/release/xsl/current" +XSL_TEMPLATE_URI = $(XSL_BASE_URI)/template/titlepage.xsl poky-docbook-to-pdf: poky-docbook-to-pdf.in rm -f poky-docbook-to-pdf diff --git a/handbook/poky-doc-tools/autogen.sh b/handbook/poky-doc-tools/autogen.sh index 5daa93560..d68a142b8 100755 --- a/handbook/poky-doc-tools/autogen.sh +++ b/handbook/poky-doc-tools/autogen.sh @@ -1,3 +1,3 @@ #! /bin/sh autoreconf -v --install || exit 1 -./configure --enable-maintainer-mode --enable-debug "$@" +./configure "$@" diff --git a/handbook/poky-doc-tools/common/poky-db-pdf.xsl b/handbook/poky-doc-tools/common/poky-db-pdf.xsl index 302e66f64..3dd065a57 100644 --- a/handbook/poky-doc-tools/common/poky-db-pdf.xsl +++ b/handbook/poky-doc-tools/common/poky-db-pdf.xsl @@ -1,7 +1,7 @@ - +