summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/README
diff options
context:
space:
mode:
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