Changeset 189885b


Ignore:
Timestamp:
05/16/2006 02:55:18 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a675788
Parents:
7cf87988
Message:

Added documentation installation commands to the popt instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6090 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    r7cf87988 r189885b  
    66
    77  <!ENTITY popt-download-http "http://rpm.net.in/mirror/rpm-4.4.x/popt-&popt-version;.tar.gz">
    8   <!ENTITY popt-download-ftp "ftp://wraptastic.org/pub/rpm-4.4.x/popt-&popt-version;.tar.gz">
    9   <!ENTITY popt-md5sum "63b943522a6788ae8f756ca123d83c00">
    10   <!ENTITY popt-size "625 KB">
    11   <!ENTITY popt-buildsize "6.5 MB">
    12   <!ENTITY popt-time "0.3 SBU">
     8  <!ENTITY popt-download-ftp  "ftp://wraptastic.org/pub/rpm-4.4.x/popt-&popt-version;.tar.gz">
     9  <!ENTITY popt-md5sum        "dd22a6873b43d00f75e1c1b7dcfd1ff7">
     10  <!ENTITY popt-size          "1.1 MB">
     11  <!ENTITY popt-buildsize     "8.3 MB (includes installing documentation)">
     12  <!ENTITY popt-time          "0.3 SBU">
    1313]>
    1414
     
    7676make</userinput></screen>
    7777
     78    <para>If you have <xref linkend="doxygen"/> installed and wish to build
     79    the API documentation, issue <command>doxygen</command>.</para>
     80
    7881    <para>To test the results, issue:</para>
    7982
     
    8386
    8487<screen role="root"><userinput>make install</userinput></screen>
     88
     89    <para>If you built the API documentation, install it using the following
     90    commands issued by the <systemitem class="username">root</systemitem>
     91    user:</para>
     92
     93<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/popt-&popt-version; &amp;&amp;
     94install -v -m644 doxygen/html/* /usr/share/doc/popt-&popt-version;</userinput></screen>
    8595
    8696  </sect2>
     
    110120        <seg>None</seg>
    111121        <seg>libpopt.{so,a}</seg>
    112         <seg>None</seg>
     122        <seg>/usr/share/doc/popt-&popt-version;</seg>
    113123      </seglistitem>
    114124    </segmentedlist>
     
    133143
    134144</sect1>
    135 
  • introduction/welcome/changelog.xml

    r7cf87988 r189885b  
    4141
    4242-->
     43
    4344    <listitem>
    4445      <para>May 16th, 2006</para>
    4546      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added documentation installation commands to the
     49          popt instructions.</para>
     50        </listitem>
    4651        <listitem>
    4752          <para>[bdubbs] - Added paps-0.6.6 for UTF-8 printing.</para>
Note: See TracChangeset for help on using the changeset viewer.