Author: randy
Date: 2008-10-10 19:48:43 -0600 (Fri, 10 Oct 2008)
New Revision: 8626

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/ncurses.xml
Log:
Added some documentation installation commands to the Chapter 6 Ncurses 
instructions

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-11 01:48:07 UTC (rev 8625)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-11 01:48:43 UTC (rev 8626)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2008-10-11</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added some documentation installation commands to the
+          Chapter 6 Ncurses instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2008-10-10</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/ncurses.xml
===================================================================
--- trunk/BOOK/chapter06/ncurses.xml    2008-10-11 01:48:07 UTC (rev 8625)
+++ trunk/BOOK/chapter06/ncurses.xml    2008-10-11 01:48:43 UTC (rev 8626)
@@ -140,6 +140,11 @@
 ln -sfv libncursesw.a /usr/lib/libcursesw.a
 ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>
 
+    <para>If desired, install the Ncurses documentation:</para>
+
+<screen><userinput remap="install">mkdir -v       
/usr/share/doc/ncurses-&ncurses-version;
+cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
+
     <note>
       <para>The instructions above don't create non-wide-character Ncurses
       libraries since no package installed by compiling from sources would

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

Reply via email to