summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/README
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-18 15:36:58 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-18 15:36:58 +0000
commit4c07b33f14be18dff41ba4eeff9507a706952d86 (patch)
tree101e26a4f0a609e14c524f25a7f78e23616d7f7b /handbook/poky-doc-tools/README
parent701e5bd37adeeea00cac1764116b582b11d2f176 (diff)
downloadpoky-4c07b33f14be18dff41ba4eeff9507a706952d86.tar.gz
poky-doc-tools: Update to work with fop >= 0.95
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook/poky-doc-tools/README')
-rw-r--r--handbook/poky-doc-tools/README11
1 files changed, 3 insertions, 8 deletions
diff --git a/handbook/poky-doc-tools/README b/handbook/poky-doc-tools/README
index 7f6cb87f07..54e2d8e50b 100644
--- a/handbook/poky-doc-tools/README
+++ b/handbook/poky-doc-tools/README
@@ -1,7 +1,7 @@
1poky-doc-tools 1poky-doc-tools
2============== 2==============
3 3
4Simple tools to wrap fop to create oh branded PDF's from docbook sources. 4Simple tools to wrap fop to create Poky branded PDF's from docbook sources.
5(based on OH doc tools) 5(based on OH doc tools)
6 6
7Dependencies 7Dependencies
@@ -9,15 +9,10 @@ Dependencies
9 9
10Sun Java, make sure the java in your path is the *sun* java. 10Sun Java, make sure the java in your path is the *sun* java.
11 11
12xlstproc, nwalsh style sheets. 12xlstproc, nwalsh style sheets, fop
13 13
14FOP, installed - see http://www.sagehill.net/docbookxsl/InstallingAnFO.html. 14FOP, installed - see http://www.sagehill.net/docbookxsl/InstallingAnFO.html.
15Also a 'fop' binary, eg I have; 15Updated to work with (fop > 0.95)
16
17% cat ~/bin/fop
18#!/bin/sh
19java org.apache.fop.apps.Fop "$@"
20
21 16
22 17
23 18