Changeset 6cbb14c in clfs-sysroot


Ignore:
Timestamp:
Jul 11, 2009, 7:15:32 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
fc7c84a
Parents:
040da03
Message:

Install the HTML documentation seperately.

File:
1 edited

Legend:

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

    r040da03 r6cbb14c  
    3030
    3131<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
     32    --prefix=/usr --bindir=/bin</userinput></screen>
    3333
    34     <variablelist os="c">
    35       <title>The meaning of the new configure option:</title>
     34    <para os="c">Compile the package:</para>
    3635
    37       <varlistentry>
    38         <term><parameter>--enable-html</parameter></term>
    39         <listitem>
    40           <para>This option tells Sed to build and install its HTML
    41           documentation.</para>
    42         </listitem>
    43       </varlistentry>
    44     </variablelist>
     36<screen os="d"><userinput>make</userinput></screen>
    4537
    46     <para os="d">Compile the package:</para>
     38    <para os="e">Build the HTML documentation:</para>
    4739
    48 <screen os="e"><userinput>make</userinput></screen>
     40<screen os="f"><userinput>make html</userinput></screen>
    4941
    50     <para os="f">Install the package:</para>
     42    <para os="g">Install the package:</para>
    5143
    52 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     44<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     45
     46    <para os="i">Install the HTML documentation:</para>
     47
     48<screen os="j"><userinput>make -C doc DESTDIR=${CLFS} install-html</userinput></screen>
    5349
    5450  </sect2>
Note: See TracChangeset for help on using the changeset viewer.