Updated to AbiWord-2.2.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3302 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-17 22:20:30 +00:00
parent 13242dc697
commit 5bb9ec2d14
3 changed files with 61 additions and 23 deletions

View File

@ -393,7 +393,7 @@
<!-- Part XI -->
<!-- Chapter 33 -->
<!ENTITY AbiWord-version "2.2.0">
<!ENTITY AbiWord-version "2.2.3">
<!ENTITY gnumeric-version "1.4.1">
<!ENTITY gnucash-version "1.8.10">
<!ENTITY gimp-version "2.2.2">

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>January 17th, 2005 [randy]: Updated to
AbiWord-2.2.3.</para></listitem>
<listitem><para>January 16th, 2005 [dj]: Updated to
Courier-0.47.</para></listitem>

View File

@ -7,18 +7,20 @@
<!ENTITY AbiWord-download-http "http://prdownloads.sourceforge.net/abiword/abiword-&AbiWord-version;.tar.bz2">
<!ENTITY AbiWord-download-ftp " ">
<!ENTITY AbiWord-md5sum "N/A">
<!ENTITY AbiWord-size "22.8 MB">
<!ENTITY AbiWord-buildsize "189 MB">
<!ENTITY AbiWord-time "2.01 SBU">
<!ENTITY AbiWord-size "23.4 MB">
<!ENTITY AbiWord-buildsize "193 MB">
<!ENTITY AbiWord-time "1.97 SBU">
]>
<sect1 id="AbiWord" xreflabel="AbiWord-&AbiWord-version;">
<sect1 id="abiword-package" xreflabel="AbiWord-&AbiWord-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="AbiWord.html" ?>
<title>AbiWord-&AbiWord-version;</title>
<indexterm zone="abiword-package">
<primary sortas="a-AbiWord">AbiWord</primary></indexterm>
<sect2>
<title>Introduction to <application>AbiWord</application></title>
@ -74,10 +76,15 @@ commands:</para>
<screen><userinput><command>cd abi &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
cd ../abiword-docs &amp;&amp;
./make-html.sh &amp;&amp;
./make-html.sh</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>cd ../abi &amp;&amp;
make install &amp;&amp;
cd ../abiword-docs &amp;&amp;
cp -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
install -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
install -m644 Manual/en/Abiword_Manual.abw \
/usr/share/AbiSuite-2.2/AbiWord/docs &amp;&amp;
@ -108,26 +115,54 @@ help is requested from the main menu.</para>
<sect2>
<title>Contents</title>
<para>The <application>AbiWord</application> package contains
<command>abiword</command>, <command>ttfadmin.sh</command> and
<command>ttftool</command>.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>abiword, AbiWord-2.2, ttfdmin.sh and ttftool</seg>
<seg>/usr/share/AbiSuite-2.2</seg>
</seglistitem>
</segmentedlist>
</sect2>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect2><title>Description</title>
<varlistentry id="abiword">
<term><command>abiword</command></term>
<listitem><para>is a symbolic link to the main <command>AbiWord-2.2</command>
executable.</para>
<indexterm zone="abiword-package abiword">
<primary sortas="g-abiword">abiword</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>abiword</title>
<para><command>abiword</command> is a symlink to the main
<command>AbiWord-2.0</command> executable.</para></sect3>
<varlistentry id="AbiWord-2.2">
<term><command>AbiWord-2.2</command></term>
<listitem><para>is the word-processing program executable.</para>
<indexterm zone="abiword-package AbiWord-2.2">
<primary sortas="b-AbiWord-2.2">AbiWord-2.2</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>ttfadmin.sh</title>
<para><command>ttfadmin.sh</command> generates support files
required by <application>AbiWord</application> for each TrueType font in a
given directory.</para></sect3>
<varlistentry id="ttfadmin.sh">
<term><command>ttfadmin.sh</command></term>
<listitem><para>generates support files required by
<application>AbiWord</application> for each TrueType font in a
given directory.</para>
<indexterm zone="abiword-package ttfadmin.sh">
<primary sortas="b-ttfadmin.sh">ttfadmin.sh</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>ttftool</title>
<para><command>ttftool</command> is a utility for processing
TrueType fonts.</para></sect3>
<varlistentry id="ttftool">
<term><command>ttftool</command></term>
<listitem><para>is a utility for processing TrueType fonts.</para>
<indexterm zone="abiword-package ttftool">
<primary sortas="b-ttftool">ttftool</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>