~ubuntu-branches/ubuntu/oneiric/edubuntu-docs/oneiric

« back to all changes in this revision

Viewing changes to libs/pdf/README

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha
  • Date: 2008-03-25 22:22:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080325222237-nlv1iiih1tarfzxk
Tags: 8.03.1
* First Hardy upload (Closes LP: #197138)
* Not shipping Edubuntu Handbook for Hardy
* Only install image files for About Edubuntu
* Added in translations for About Edubuntu and .desktop
* Refreshed .pots
* Bump standards version to 3.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
= This folder contains files for building pdfs of the Ubuntu Documentation =
 
2
 
 
3
In order to build pdfs you need to install:
 
4
 * java - install the sun jre/jdk.
 
5
 * apache fop - http://xmlgraphics.apache.org/fop/
 
6
 * an image library such as jimi -  http://java.sun.com/products/jimi/
 
7
 
 
8
To build pdfs with embedded fonts, pass the configuration file in this folder to fop using the -c flag. To build without embedding fonts, omit this.
 
9
 
 
10
Note: the current makefiles are set up to build embedded fonts using fop 0.92-beta and the docbook-xsl stylesheets version 1.69.1, placed in /home/matt/tmp/docbook-xsl-1.69.1/
 
11