Author: randy
Date: Sun Mar 3 09:03:49 2013
New Revision: 11053
Log:
Added documentation installation to the libevent package
Modified:
trunk/BOOK/networking/netlibs/libevent.xml
Modified: trunk/BOOK/networking/netlibs/libevent.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libevent.xml Sun Mar 3 09:02:32 2013
(r11052)
+++ trunk/BOOK/networking/netlibs/libevent.xml Sun Mar 3 09:03:49 2013
(r11053)
@@ -99,6 +99,11 @@
make</userinput></screen>
<para>
+ If you have <xref linkend="doxygen"/> installed and wish to build API
+ documentation, issue <command>doxygen Doxyfile</command>.
+ </para>
+
+ <para>
To test the results, issue: <command>make check</command>.
</para>
@@ -107,6 +112,15 @@
</para>
<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>
+ If you built the API documentation, install it by issuing the following
+ commands as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/libevent-&libevent-version;/api &&
+cp -v -R doxygen/html/* \
+
/usr/share/doc/libevent-&libevent-version;/api</userinput></screen>
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page