generic-poky/handbook/poky-doc-tools
Richard Purdie 882e9cd2af Add Poky handbook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-26 11:31:34 +00:00
..
common Add Poky handbook 2008-02-26 11:31:34 +00:00
AUTHORS Add Poky handbook 2008-02-26 11:31:34 +00:00
COPYING Add Poky handbook 2008-02-26 11:31:34 +00:00
ChangeLog Add Poky handbook 2008-02-26 11:31:34 +00:00
INSTALL Add Poky handbook 2008-02-26 11:31:34 +00:00
Makefile.am Add Poky handbook 2008-02-26 11:31:34 +00:00
NEWS Add Poky handbook 2008-02-26 11:31:34 +00:00
README Add Poky handbook 2008-02-26 11:31:34 +00:00
autogen.sh Add Poky handbook 2008-02-26 11:31:34 +00:00
configure.ac Add Poky handbook 2008-02-26 11:31:34 +00:00
poky-docbook-to-pdf.in Add Poky handbook 2008-02-26 11:31:34 +00:00

README

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 "$@"