mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fixed typos in the FOP instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8680 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b384470b9f
commit
91a9ba61c0
@ -185,7 +185,7 @@ popd</userinput></screen>
|
||||
<sect3>
|
||||
<title>Installing FOP Components</title>
|
||||
|
||||
<para>In case of not having <application>forrest</application> installed, remove
|
||||
<para>If <application>forrest</application> is not installed, remove
|
||||
a reference to it in the build.xml:</para>
|
||||
<screen><userinput>sed -i -e "s/all,javadocs,docs/all,javadocs/" \
|
||||
-e '\#${dist.bin.result.dir}/docs#,\#</copy>#d' build.xml</userinput></screen>
|
||||
@ -282,10 +282,11 @@ install -v -m644 lib/{xml-apis,xerces,xalan}.LICENSE.txt \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>FOP_PKG_DIR=$(pwd)/..</command>: Assuming that the source packages
|
||||
are stored one level above of the current working directory. This is the allways default - but
|
||||
may be different because of personal tast. Change this to match the directory where the
|
||||
FOP tarball can be found.</para>
|
||||
<para><command>FOP_PKG_DIR=$(pwd)/..</command>: This assumes that the
|
||||
source packages are stored one level above the current working directory.
|
||||
This is always the default; but may be different because of personal
|
||||
taste. If necessary, change this to match the directory where the
|
||||
<application>FOP</application> tarball can be found.</para>
|
||||
|
||||
<para><command>sh $FOP_PKG_DIR/jai-&jai-version;-lib-linux-i586-jdk.bin</command>: This
|
||||
command installs the <application>JAI</application> components
|
||||
@ -302,10 +303,11 @@ install -v -m644 lib/{xml-apis,xerces,xalan}.LICENSE.txt \
|
||||
package. These commands install the package.</para> -->
|
||||
|
||||
<para><command>ant dist</command>: This reads the <filename>build.xml</filename>
|
||||
file and performs the <option>dist</option> target which builds the
|
||||
package and runs the unit regression tests. It also creates the Java API documentation
|
||||
and a directory where the newly created binaries are placed into. This directory is
|
||||
used to install <application>FOP</application> to its final place.</para>
|
||||
file and performs the <option>dist</option> target that builds the
|
||||
package and runs the unit regression tests. It also creates the Java API
|
||||
documentation and a directory where the newly created binaries are placed
|
||||
into. This directory is used to install <application>FOP</application>
|
||||
to its final place.</para>
|
||||
|
||||
<para><command>ln -v -sf fop-&fop-version; /opt/fop</command>: This is
|
||||
optional and creates a convenience symlink so that <envar>$FOP_HOME</envar>
|
||||
|
Loading…
Reference in New Issue
Block a user