Ignore:
Timestamp:
Jun 16, 2014, 1:55:54 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
f6fdcad
Parents:
2bc8f072
Message:

Generate and install MPC html docs

File:
1 edited

Legend:

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

    r2bc8f072 r37e7f37  
    3030<screen os="b"><userinput>CC="gcc -isystem /usr/include" \
    3131LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
    32   ./configure --prefix=/usr</userinput></screen>
     32  ./configure --prefix=/usr --docdir=/usr/share/doc/mpc-&mpc-version;</userinput></screen>
    3333
    3434    <para os="c">Compile the package:</para>
     
    3636<screen os="d"><userinput>make</userinput></screen>
    3737
    38     <important os="e">
     38    <para os="e">Build the HTML documentation:</para>
     39
     40<screen os="f"><userinput>make html</userinput></screen>
     41
     42    <important os="g">
    3943      <para>The test suite for MPC is considered
    4044      critical. Do not skip it under any circumstance.</para>
    4145    </important>
    4246
    43     <para os="f">Test the results:</para>
     47    <para os="h">Test the results:</para>
    4448
    45 <screen os="g"><userinput remap="test">make check</userinput></screen>
     49<screen os="i"><userinput remap="test">make check</userinput></screen>
    4650
    47     <para os="h">Install the package:</para>
     51    <para os="j">Install the package:</para>
    4852
    49 <screen os="i"><userinput>make install</userinput></screen>
     53<screen os="k"><userinput>make install</userinput></screen>
     54
     55    <para os="l">Install the HTML documentation:</para>
     56
     57<screen os="m"><userinput>make install-html</userinput></screen>
    5058
    5159  </sect2>
     
    5664    <segmentedlist>
    5765      <segtitle>Installed libraries</segtitle>
     66      <segtitle>Installed directory</segtitle>
    5867
    5968      <seglistitem>
    6069        <seg>libmpc.[a,so]</seg>
     70        <seg>/usr/share/doc/mpc-&mpc-version;</seg>
    6171      </seglistitem>
    6272    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.