Ticket #2422: sed.patch

File sed.patch, 1.4 KB (added by chris@…, 15 years ago)

Patch to update sed instructions

  • trunk/BOOK/chapter06/sed.xml

     
    4242
    4343    <para>Prepare Sed for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
    4646
    47     <variablelist>
    48       <title>The meaning of the new configure option:</title>
    49 
    50       <varlistentry>
    51         <term><parameter>--enable-html</parameter></term>
    52         <listitem>
    53           <para>This builds the HTML documentation.</para>
    54         </listitem>
    55       </varlistentry>
    56     </variablelist>
    57 
    5847    <para>Compile the package:</para>
    5948
    6049<screen><userinput remap="make">make</userinput></screen>
    6150
     51    <para>Build the HTML documenation:</para>
     52
     53<screen><userinput remap="make">make html</userinput></screen>
     54
    6255    <para>To test the results, issue:</para>
    6356
    6457<screen><userinput remap="test">make check</userinput></screen>
     
    6760
    6861<screen><userinput remap="install">make install</userinput></screen>
    6962
     63    <para>Install the HTML documenation:</para>
     64
     65<screen><userinput remap="make">make -C doc install-html</userinput></screen>
     66
    7067  </sect2>
    7168
    7269  <sect2 id="contents-sed" role="content">