Changeset 34694b6 for BOOK


Ignore:
Timestamp:
Jun 10, 2009, 12:34:24 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e14ebf7
Parents:
b889fe6
Message:

Installation of sed html documenation must now be done separately

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    rb889fe6 r34694b6  
    2727    <para os="a">Prepare Sed for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
    3030
    31     <variablelist os="c">
    32       <title>The meaning of the new configure option:</title>
     31    <para os="c">Compile the package:</para>
    3332
    34       <varlistentry>
    35         <term><parameter>--enable-html</parameter></term>
    36         <listitem>
    37           <para>This option tells Sed to build and install its HTML
    38           documentation.</para>
    39         </listitem>
    40       </varlistentry>
    41     </variablelist>
     33<screen os="d"><userinput>make</userinput></screen>
    4234
    43     <para os="d">Compile the package:</para>
     35    <para os="e"> Build the HTML documentation:</para>
    4436
    45 <screen os="e"><userinput>make</userinput></screen>
     37<screen os="f"><userinput>make html</userinput></screen>
    4638
    47     <para os="f">To test the results, issue:
     39    <para os="g">To test the results, issue:
    4840    <userinput>make check</userinput>.</para>
    4941
    50     <para os="g">Install the package:</para>
     42    <para os="h">Install the package:</para>
    5143
    52 <screen os="h"><userinput>make install</userinput></screen>
     44<screen os="i"><userinput>make install</userinput></screen>
     45
     46    <para os="j">Install the HTML documentation:</para>
     47
     48<screen os="k"><userinput>make -C doc install-html</userinput></screen>
    5349
    5450  </sect2>
  • BOOK/final-system/multilib/sed.xml

    rb889fe6 r34694b6  
    2727
    2828<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    29    --bindir=/bin --enable-html</userinput></screen>
     29   --bindir=/bin</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5353    xpointer="xpointer(//*[@os='h'])"/>
    5454
     55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     56    href="../common/sed.xml"
     57    xpointer="xpointer(//*[@os='i'])"/>
     58
     59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     60    href="../common/sed.xml"
     61    xpointer="xpointer(//*[@os='j'])"/>
     62
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     64    href="../common/sed.xml"
     65    xpointer="xpointer(//*[@os='k'])"/>
     66
    5567  </sect2>
    5668
Note: See TracChangeset for help on using the changeset viewer.