Author: randy
Date: 2008-10-11 07:33:53 -0600 (Sat, 11 Oct 2008)
New Revision: 8628
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/readline.xml
Log:
Added documentation installation commands to the Chapter 6 Readline instructions
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-11 04:02:55 UTC (rev 8627)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-11 13:33:53 UTC (rev 8628)
@@ -41,7 +41,11 @@
<para>2008-10-11</para>
<itemizedlist>
<listitem>
- <para>[randy] - Added some documentation installation commands to the
+ <para>[randy] - Added documentation installation commands to the
+ Chapter 6 Readline instructions.</para>
+ </listitem>
+ <listitem>
+ <para>[randy] - Added documentation installation commands to the
Chapter 6 Ncurses instructions.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/chapter06/readline.xml
===================================================================
--- trunk/BOOK/chapter06/readline.xml 2008-10-11 04:02:55 UTC (rev 8627)
+++ trunk/BOOK/chapter06/readline.xml 2008-10-11 13:33:53 UTC (rev 8628)
@@ -96,6 +96,12 @@
ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so
ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
+ <para>If desired, install the documentation:</para>
+
+<screen><userinput remap="install">mkdir -v
/usr/share/doc/readline-&readline-version;
+install -v -m644 doc/*.{ps,pdf,html,dvi} \
+
/usr/share/doc/readline-&readline-version;</userinput></screen>
+
</sect2>
<sect2 id="contents-readline" role="content">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page