Changeset 91a9ba6 for pst/ps/fop.xml


Ignore:
Timestamp:
11/11/2010 11:28:19 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
48bd327
Parents:
b384470b
Message:

Fixed typos in the FOP instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8680 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    rb384470b r91a9ba6  
    186186      <title>Installing FOP Components</title>
    187187
    188       <para>In case of not having <application>forrest</application> installed, remove
     188      <para>If <application>forrest</application> is not installed, remove
    189189      a reference to it in the build.xml:</para>
    190190<screen><userinput>sed -i -e "s/all,javadocs,docs/all,javadocs/" \
     
    283283    <title>Command Explanations</title>
    284284
    285     <para><command>FOP_PKG_DIR=$(pwd)/..</command>: Assuming that the source packages
    286     are stored one level above of the current working directory. This is the allways default - but
    287     may be different because of personal tast. Change this to match the directory where the
    288     FOP tarball can be found.</para>
     285    <para><command>FOP_PKG_DIR=$(pwd)/..</command>: This assumes that the
     286    source packages are stored one level above the current working directory.
     287    This is always the default; but may be different because of personal
     288    taste. If necessary, change this to match the directory where the
     289    <application>FOP</application> tarball can be found.</para>
    289290
    290291    <para><command>sh $FOP_PKG_DIR/jai-&jai-version;-lib-linux-i586-jdk.bin</command>: This
     
    303304
    304305    <para><command>ant dist</command>: This reads the <filename>build.xml</filename>
    305     file and performs the <option>dist</option> target which builds the
    306     package and runs the unit regression tests. It also creates the Java API documentation
    307     and a directory where the newly created binaries are placed into. This directory is
    308     used to install <application>FOP</application> to its final place.</para>
     306    file and performs the <option>dist</option> target that builds the
     307    package and runs the unit regression tests. It also creates the Java API
     308    documentation and a directory where the newly created binaries are placed
     309    into. This directory is used to install <application>FOP</application>
     310    to its final place.</para>
    309311
    310312    <para><command>ln -v -sf fop-&fop-version; /opt/fop</command>: This is
Note: See TracChangeset for help on using the changeset viewer.