Author: randy Date: 2006-05-16 08:55:18 -0600 (Tue, 16 May 2006) New Revision: 6090
Modified: trunk/BOOK/general/genlib/popt.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added documentation installation commands to the popt instructions Modified: trunk/BOOK/general/genlib/popt.xml =================================================================== --- trunk/BOOK/general/genlib/popt.xml 2006-05-16 11:57:17 UTC (rev 6089) +++ trunk/BOOK/general/genlib/popt.xml 2006-05-16 14:55:18 UTC (rev 6090) @@ -5,11 +5,11 @@ %general-entities; <!ENTITY popt-download-http "http://rpm.net.in/mirror/rpm-4.4.x/popt-&popt-version;.tar.gz"> - <!ENTITY popt-download-ftp "ftp://wraptastic.org/pub/rpm-4.4.x/popt-&popt-version;.tar.gz"> - <!ENTITY popt-md5sum "63b943522a6788ae8f756ca123d83c00"> - <!ENTITY popt-size "625 KB"> - <!ENTITY popt-buildsize "6.5 MB"> - <!ENTITY popt-time "0.3 SBU"> + <!ENTITY popt-download-ftp "ftp://wraptastic.org/pub/rpm-4.4.x/popt-&popt-version;.tar.gz"> + <!ENTITY popt-md5sum "dd22a6873b43d00f75e1c1b7dcfd1ff7"> + <!ENTITY popt-size "1.1 MB"> + <!ENTITY popt-buildsize "8.3 MB (includes installing documentation)"> + <!ENTITY popt-time "0.3 SBU"> ]> <sect1 id="popt" xreflabel="popt-&popt-version;"> @@ -75,6 +75,9 @@ ./configure --prefix=/usr && make</userinput></screen> + <para>If you have <xref linkend="doxygen"/> installed and wish to build + the API documentation, issue <command>doxygen</command>.</para> + <para>To test the results, issue:</para> <screen><userinput>make check</userinput></screen> @@ -83,6 +86,13 @@ <screen role="root"><userinput>make install</userinput></screen> + <para>If you built the API documentation, install it using the following + commands issued by the <systemitem class="username">root</systemitem> + user:</para> + +<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/popt-&popt-version; && +install -v -m644 doxygen/html/* /usr/share/doc/popt-&popt-version;</userinput></screen> + </sect2> <sect2 role="commands"> @@ -109,7 +119,7 @@ <seglistitem> <seg>None</seg> <seg>libpopt.{so,a}</seg> - <seg>None</seg> + <seg>/usr/share/doc/popt-&popt-version;</seg> </seglistitem> </segmentedlist> @@ -132,4 +142,3 @@ </sect2> </sect1> - Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-16 11:57:17 UTC (rev 6089) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-16 14:55:18 UTC (rev 6090) @@ -40,10 +40,15 @@ </listitem> --> + <listitem> <para>May 16th, 2006</para> <itemizedlist> <listitem> + <para>[randy] - Added documentation installation commands to the + popt instructions.</para> + </listitem> + <listitem> <para>[bdubbs] - Added paps-0.6.6 for UTF-8 printing.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
