aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2005-03-29 19:07:28 +0000
committerSimon Pepping <spepping@apache.org>2005-03-29 19:07:28 +0000
commitafcceaa1c2f743af3ce0794c38f2bcb070f077f8 (patch)
tree672eb55116764e86b87b0a4a5829bcbd17bf9d2f /src
parenta249eac61bf27e186cb25de99188f0f9530f038d (diff)
downloadxmlgraphics-fop-afcceaa1c2f743af3ce0794c38f2bcb070f077f8.tar.gz
xmlgraphics-fop-afcceaa1c2f743af3ce0794c38f2bcb070f077f8.zip
Described the use of the ant variable hyph.dir
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/content/xdocs/hyphenation.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/hyphenation.xml b/src/documentation/content/xdocs/hyphenation.xml
index 95cc65891..1f2f6c89e 100644
--- a/src/documentation/content/xdocs/hyphenation.xml
+++ b/src/documentation/content/xdocs/hyphenation.xml
@@ -96,8 +96,14 @@
in a directory of your choice (and append the full path to the JAR to
the environment variable <code>FOP_HYPHENATION_PATH</code>).</li>
<li>Download the desired FOP-compatible hyphenation pattern file(s) from
- <fork href="http://offo.sourceforge.net/hyphenation.html">OFFO</fork>, place
- them in the directory <code>{fop-dir}/hyph</code>, and run Ant with build target
+ <fork href="http://offo.sourceforge.net/hyphenation.html">OFFO</fork>,
+ <ul>
+ <li>place them in the directory <code>{fop-dir}/hyph</code>, </li>
+ <li>or place them in a directory of your choice and set the Ant variable
+ <code>hyph.dir</code> to point to that directory (in
+ <code>build-local.properties</code>),</li>
+ </ul>
+ and run Ant with build target
<code>hyphenation-jar</code>. This will create a JAR containing the
compiled patterns in <code>{fop-dir}/build</code> that will be added to the
classpath on the next run.