Redo commit 15408 with log: put "make doc" before install in alsa-lib

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15410 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2015-01-28 09:45:52 +00:00
parent bbaf440e69
commit 17833b002f

View File

@ -125,6 +125,14 @@
<screen><userinput>./configure &amp;&amp;
make</userinput></screen>
<para>
If you have <application>Doxygen</application> installed and you wish to
build the library API documentation, run the following
commands from the top-level directory of the source tree:
</para>
<screen><userinput>make doc</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
@ -135,14 +143,6 @@ make</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
<para>
If you have <application>Doxygen</application> installed and you wish to
build the library API documentation, run the following
commands from the top-level directory of the source tree:
</para>
<screen><userinput>make doc</userinput></screen>
<para>
To install the API documentation, run the following command as
the <systemitem class="username">root</systemitem> user: