Author: randy
Date: 2010-12-05 13:13:25 -0700 (Sun, 05 Dec 2010)
New Revision: 8732
Modified:
trunk/BOOK/general/genlib/libdaemon.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added documentation installation commands to the libdaemon instructions
Modified: trunk/BOOK/general/genlib/libdaemon.xml
===================================================================
--- trunk/BOOK/general/genlib/libdaemon.xml 2010-12-05 18:45:16 UTC (rev
8731)
+++ trunk/BOOK/general/genlib/libdaemon.xml 2010-12-05 20:13:25 UTC (rev
8732)
@@ -59,7 +59,8 @@
<bridgehead renderas="sect3">libdaemon Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="lynx"/></para>
+ <para role="optional"><xref linkend="lynx"/> and
+ <xref linkend="doxygen"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libdaemon"/></para>
@@ -75,12 +76,24 @@
<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
+ <para>If you have <application>Doxygen</application> installed and wish to
+ build the API documentation, issue the following command:</para>
+
+<screen><userinput>make -C doc doxygen</userinput></screen>
+
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make
docdir=/usr/share/doc/libdaemon-&libdaemon-version; install</userinput></screen>
+ <para>If you built the API documentation, install it using the following
+ commands as the <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/libdaemon-&libdaemon-version;/api &&
+install -v -m644 doc/reference/html/* \
+
/usr/share/doc/libdaemon-&libdaemon-version;/api</userinput></screen>
+
</sect2>
<sect2 role="content">
@@ -94,7 +107,8 @@
<seglistitem>
<seg>None</seg>
<seg>libdaemon.{so,a}</seg>
- <seg>/usr/{include/libdaemon,share/doc/libdaemon}</seg>
+ <seg>/usr/include/libdaemon and
+ /usr/share/doc/libdaemon-&libdaemon-version;</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-12-05 18:45:16 UTC
(rev 8731)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-12-05 20:13:25 UTC
(rev 8732)
@@ -45,6 +45,10 @@
<para>December 5th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added documentation installation commands to the
+ libdaemon instructions.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added commands and explanations to the GConf package
for installations when $GNOME_PREFIX is not /usr.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page