From 882e9cd2affb773eec8b1d387ab4e3b5cbdc0994 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 26 Feb 2008 11:31:34 +0000 Subject: Add Poky handbook git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- handbook/poky-doc-tools/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 handbook/poky-doc-tools/README (limited to 'handbook/poky-doc-tools/README') diff --git a/handbook/poky-doc-tools/README b/handbook/poky-doc-tools/README new file mode 100644 index 000000000..7f6cb87f0 --- /dev/null +++ b/handbook/poky-doc-tools/README @@ -0,0 +1,24 @@ +poky-doc-tools +============== + +Simple tools to wrap fop to create oh branded PDF's from docbook sources. +(based on OH doc tools) + +Dependencies +============ + +Sun Java, make sure the java in your path is the *sun* java. + +xlstproc, nwalsh style sheets. + +FOP, installed - see http://www.sagehill.net/docbookxsl/InstallingAnFO.html. +Also a 'fop' binary, eg I have; + +% cat ~/bin/fop +#!/bin/sh +java org.apache.fop.apps.Fop "$@" + + + + + -- cgit v1.2.3