diff options
Diffstat (limited to 'handbook/poky-doc-tools/common')
-rw-r--r-- | handbook/poky-doc-tools/common/poky-db-pdf.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <?xml version='1.0'?> <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"> - <xsl:import href="file:///usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl"/> + <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl" /> <!-- check project-plan.sh for how this is generated, needed to tweak the cover page |