Changeset 851829a for chapter06/sed.xml


Ignore:
Timestamp:
02/25/2006 11:43:44 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e869351b
Parents:
e02afe0
Message:

Ported r7370 up to r7395 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sed.xml

    re02afe0 r851829a  
    2626      <seglistitem>
    2727        <seg>0.2 SBU</seg>
    28         <seg>8.4 MB</seg>
     28        <seg>7.9 MB</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
     
    4444    <title>Installation of Sed</title>
    4545
    46     <para>By default, Sed installs its HTML documentation in
    47     <filename class="directory">/usr/share/doc</filename>.  Alter this to
    48     <filename class="directory">/usr/share/doc/sed-&sed-version;</filename> by
    49     applying the following <command>sed</command>:</para>
    50 
    51 <screen><userinput>sed -i 's@/doc@&amp;/sed-&sed-version;@' doc/Makefile.in</userinput></screen>
    52 
    5346    <para>Prepare Sed for compilation:</para>
    5447
    55 <screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
     48<screen><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
     49
     50    <variablelist>
     51      <title>The meaning of the new configure option:</title>
     52
     53      <varlistentry>
     54        <term><parameter>--enable-html</parameter></term>
     55        <listitem>
     56          <para>This builds the HTML documentation.</para>
     57        </listitem>
     58      </varlistentry>
     59    </variablelist>
    5660
    5761    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.