Added documentation installation to the libevent package

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11053 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2013-03-03 17:03:49 +00:00
parent 66b86c906d
commit 101030dbe7

View File

@ -98,6 +98,11 @@
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
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 @@ make</userinput></screen>
</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 &amp;&amp;
cp -v -R doxygen/html/* \
/usr/share/doc/libevent-&libevent-version;/api</userinput></screen>
</sect2>
<sect2 role="commands">