Ignore:
Timestamp:
Feb 21, 2006, 8:24:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
40c3cef
Parents:
60d5ae1
Message:

r2391@server (orig r1193): chris | 2006-02-21 20:23:08 -0800
Updated sed instructions to install HTML docs, and added a few more -v switches

File:
1 edited

Legend:

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

    r60d5ae1 r2df5a38  
    3434    <title>Installation of Sed</title>
    3535
    36     <para os="a">By default, Sed installs its HTML documentation in
    37     <filename class="directory">/usr/share/doc</filename>. Alter this to
    38     <filename class="directory">/usr/share/doc/sed-&sed-version;</filename> by
    39     applying the following <command>sed</command>:</para>
     36    <para os="a">Prepare Sed for compilation:</para>
    4037
    41 <screen os="b"><userinput>sed -i 's@/doc@&amp;/sed-&sed-version;@' doc/Makefile.in</userinput></screen>
     38<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
    4239
    43     <para os="c">Prepare Sed for compilation:</para>
     40    <variablelist os="c">
     41      <title>The meaning of the new configure option:</title>
    4442
    45 <screen os="d"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
     43      <varlistentry>
     44        <term><parameter>--enable-html</parameter></term>
     45        <listitem>
     46          <para>This option tells Sed to build and install its HTML
     47          documentation.</para>
     48        </listitem>
     49      </varlistentry>
     50    </variablelist>
    4651
    47     <para os="e">Compile the package:</para>
     52    <para os="d">Compile the package:</para>
    4853
    49 <screen os="f"><userinput>make</userinput></screen>
     54<screen os="e"><userinput>make</userinput></screen>
    5055
    51     <para os="g">To test the results, issue:
     56    <para os="f">To test the results, issue:
    5257    <userinput>make check</userinput>.</para>
    5358
    54     <para os="h">Install the package:</para>
     59    <para os="g">Install the package:</para>
    5560
    56 <screen os="i"><userinput>make install</userinput></screen>
     61<screen os="h"><userinput>make install</userinput></screen>
    5762
    5863  </sect2>
Note: See TracChangeset for help on using the changeset viewer.