Author: tushar
Date: 2005-07-04 00:27:17 -0600 (Mon, 04 Jul 2005)
New Revision: 4679

Modified:
   trunk/BOOK/general/genlib/aspell.xml
   trunk/BOOK/general/genlib/gmp.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Install wrapper scripts for aspell

Modified: trunk/BOOK/general/genlib/aspell.xml
===================================================================
--- trunk/BOOK/general/genlib/aspell.xml        2005-07-03 22:34:27 UTC (rev 
4678)
+++ trunk/BOOK/general/genlib/aspell.xml        2005-07-04 06:27:17 UTC (rev 
4679)
@@ -87,6 +87,16 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
+       <para>If you do not plan to install <application>Ispell</application>,
+       then copy the wrapper script <command>ispell</command>:</para>
+
+<screen role="root"><userinput>install -m 755 scripts/ispell 
/usr/bin/</userinput></screen>
+
+       <para>If you do not plan to install <application>Spell</application>,
+       then copy the wrapper script <command>spell</command>:</para>
+
+<screen role="root"><userinput>install -m 755 scripts/spell 
/usr/bin/</userinput></screen>
+
   </sect2>
 
   <sect2 role="configuration">

Modified: trunk/BOOK/general/genlib/gmp.xml
===================================================================
--- trunk/BOOK/general/genlib/gmp.xml   2005-07-03 22:34:27 UTC (rev 4678)
+++ trunk/BOOK/general/genlib/gmp.xml   2005-07-04 06:27:17 UTC (rev 4679)
@@ -68,7 +68,7 @@
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.
-       Owing to various reports of mis-compilations caused by compilers,
+       Owing to various reports of mis-compilations,
        the maintainer strongly recommends running the test-suite and
        report any failures.</para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-07-03 22:34:27 UTC 
(rev 4678)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-07-04 06:27:17 UTC 
(rev 4679)
@@ -25,6 +25,10 @@
   <itemizedlist>
 
     <listitem>
+      <para>July 3rd, 2005 [tushar]: Added note on installation of ispell and 
spell wrappers in aspell.</para>
+    </listitem>
+
+    <listitem>
       <para>July 3rd, 2005 [tushar]: Added note that gmp testsuite is highly 
recommended.</para>
     </listitem>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to