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
diff --git a/src/documentation/content/xdocs/hyphenation.xml b/src/documentation/content/xdocs/hyphenation.xml
index 95cc658..1f2f6c8 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.