Adding aspell section, to replace outdated pspell. We can leave pspell

there for a while, then remove it.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@593 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2003-01-11 18:37:48 +00:00
parent b9e96a3aab
commit 368512b325
7 changed files with 73 additions and 0 deletions

11
general/genlib/aspell.xml Normal file
View File

@ -0,0 +1,11 @@
<sect1 id="aspell" xreflabel="aspell-&aspell-version;">
<?dbhtml filename="aspell.html" dir="general"?>
<title>aspell-&aspell-version;</title>
&aspell-intro;
&aspell-inst;
&aspell-config;
&aspell-desc;
</sect1>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Configuring aspell</title>
<sect3><title>Configuration Information</title>
&library-config;
</sect3>
</sect2>

View File

@ -0,0 +1,15 @@
<sect2>
<title>Contents</title>
<para>The aspell package contains the <userinput>aspell
library</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>aspell library</title>
<para>The aspell library is a spell checking library interface.</para></sect3>
</sect2>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Installation of aspell</title>
<para>Install aspell by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>

View File

@ -0,0 +1,12 @@
<sect2>
<title>Introduction to aspell-&aspell-version;</title>
<screen>Download location (FTP): <ulink url="&aspell-download-ftp;"/>
Version used: &aspell-version;
Package size: &aspell-size;
Estimated Disk space required: &aspell-buildsize;</screen>
<para>The aspell package contains the aspell library, used to
interface to spell checking libraries.</para>
</sect2>

View File

@ -0,0 +1,12 @@
<!ENTITY aspell SYSTEM "../aspell.xml">
<!ENTITY aspell-intro SYSTEM "aspell-intro.xml">
<!ENTITY aspell-inst SYSTEM "aspell-inst.xml">
<!ENTITY aspell-exp SYSTEM "aspell-exp.xml">
<!ENTITY aspell-desc SYSTEM "aspell-desc.xml">
<!ENTITY aspell-config SYSTEM "aspell-config.xml">
<!ENTITY aspell-buildsize "9.4 MB">
<!ENTITY aspell-version "0.50.3">
<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-size "917 KB">

View File

@ -47,6 +47,7 @@ them.</para>
&expat;
&libesmtp;
&pspell;
&aspell;
&guile;
&slib;
&gwrap;