diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-04 14:48:34 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-04 20:02:06 +0100 |
commit | 1ccbc1549ec509d737dc39a9440aae1650bde1ad (patch) | |
tree | a8f16a01b1e3a52bac7f0991f806855291fe4b1d /handbook/poky-doc-tools/common | |
parent | f5d0471541ddc29f11c2f17075fd8d46adea740d (diff) | |
download | poky-1ccbc1549ec509d737dc39a9440aae1650bde1ad.tar.gz |
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 <josh@linux.intel.com>
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 302e66f640..3dd065a57e 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 @@ | |||
1 | <?xml version='1.0'?> | 1 | <?xml version='1.0'?> |
2 | <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"> | 2 | <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"> |
3 | 3 | ||
4 | <xsl:import href="file:///usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl"/> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl" /> |
5 | 5 | ||
6 | <!-- check project-plan.sh for how this is generated, needed to tweak | 6 | <!-- check project-plan.sh for how this is generated, needed to tweak |
7 | the cover page | 7 | the cover page |