summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/poky-docbook-to-pdf.in
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/poky-doc-tools/poky-docbook-to-pdf.in')
-rw-r--r--handbook/poky-doc-tools/poky-docbook-to-pdf.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/handbook/poky-doc-tools/poky-docbook-to-pdf.in b/handbook/poky-doc-tools/poky-docbook-to-pdf.in
index cc999ab995..b56aee4954 100644
--- a/handbook/poky-doc-tools/poky-docbook-to-pdf.in
+++ b/handbook/poky-doc-tools/poky-docbook-to-pdf.in
@@ -18,9 +18,14 @@ BASENAME=`basename $1 .xml` || exit 1
18FO="$BASENAME.fo" 18FO="$BASENAME.fo"
19PDF="$BASENAME.pdf" 19PDF="$BASENAME.pdf"
20 20
21##
22# These URI should be rewritten by your distribution's xml catalog to
23# match your localy installed XSL stylesheets.
24XSL_BASE_URI="http://docbook.sourceforge.net/release/xsl/current"
25
21xsltproc -o /tmp/titlepage.xsl \ 26xsltproc -o /tmp/titlepage.xsl \
22 --xinclude \ 27 --xinclude \
23 /usr/share/xml/docbook/stylesheet/nwalsh/template/titlepage.xsl \ 28 $XSL_BASE_URI/template/titlepage.xsl \
24 @datadir@/common/titlepage.templates.xml || exit 1 29 @datadir@/common/titlepage.templates.xml || exit 1
25 30
26xsltproc --xinclude \ 31xsltproc --xinclude \