mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-03 01:55:46 +01:00
Added documentation installation commands to the Chapter 6 Readline instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ce69610f7f
commit
52e836aff1
@ -41,7 +41,11 @@
|
|||||||
<para>2008-10-11</para>
|
<para>2008-10-11</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<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>
|
Chapter 6 Ncurses instructions.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -96,6 +96,12 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
|
|||||||
ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so
|
ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so
|
||||||
ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
|
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>
|
||||||
|
|
||||||
<sect2 id="contents-readline" role="content">
|
<sect2 id="contents-readline" role="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user