Ignore:
Timestamp:
Mar 11, 2014, 9:57:11 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bd38dd3
Parents:
e1e9868
Message:

Actually install html docs for readline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/readline.xml

    re1e9868 rc806e36  
    4545    <para os="f">Install the package:</para>
    4646
    47 <screen os="g"><userinput>make install</userinput></screen>
     47<screen os="g"><userinput>make htmldir=/usr/share/doc/readline install</userinput></screen>
    4848
    49     <para os="h">Install the documentation:</para>
     49    <para os="h">Now move the static libraries to a more appropriate location:</para>
    5050
    51 <screen os="i"><userinput>make install-doc</userinput></screen>
     51<screen os="i"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>
    5252
    53     <para os="j">Now move the static libraries to a more appropriate location:</para>
     53    <para os="j">Next, relink the dynamic libraries into <filename class="directory">/usr/lib</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib</filename>.</para>
    5454
    55 <screen os="k"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>
    56 
    57     <para os="l">Next, relink the dynamic libraries into <filename class="directory">/usr/lib</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib</filename>.</para>
    58 
    59 <screen os="m"><userinput>
     55<screen os="k"><userinput>
    6056ln -svf ../../lib/$(readlink /lib/libreadline.so) /usr/lib/libreadline.so
    6157ln -svf ../../lib/$(readlink /lib/libhistory.so) /usr/lib/libhistory.so
Note: See TracChangeset for help on using the changeset viewer.