diff options
Diffstat (limited to 'handbook/poky-doc-tools/README')
-rw-r--r-- | handbook/poky-doc-tools/README | 11 |
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 @@ | |||
1 | poky-doc-tools | 1 | poky-doc-tools |
2 | ============== | 2 | ============== |
3 | 3 | ||
4 | Simple tools to wrap fop to create oh branded PDF's from docbook sources. | 4 | Simple 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 | ||
7 | Dependencies | 7 | Dependencies |
@@ -9,15 +9,10 @@ Dependencies | |||
9 | 9 | ||
10 | Sun Java, make sure the java in your path is the *sun* java. | 10 | Sun Java, make sure the java in your path is the *sun* java. |
11 | 11 | ||
12 | xlstproc, nwalsh style sheets. | 12 | xlstproc, nwalsh style sheets, fop |
13 | 13 | ||
14 | FOP, installed - see http://www.sagehill.net/docbookxsl/InstallingAnFO.html. | 14 | FOP, installed - see http://www.sagehill.net/docbookxsl/InstallingAnFO.html. |
15 | Also a 'fop' binary, eg I have; | 15 | Updated to work with (fop > 0.95) |
16 | |||
17 | % cat ~/bin/fop | ||
18 | #!/bin/sh | ||
19 | java org.apache.fop.apps.Fop "$@" | ||
20 | |||
21 | 16 | ||
22 | 17 | ||
23 | 18 | ||