diff options
Diffstat (limited to 'handbook/poky-doc-tools/Makefile.am')
-rw-r--r-- | handbook/poky-doc-tools/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/handbook/poky-doc-tools/Makefile.am b/handbook/poky-doc-tools/Makefile.am index ca92ae714c..4533cd832d 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 |