Author: dnicholson
Date: 2006-05-06 14:22:22 -0600 (Sat, 06 May 2006)
New Revision: 6011
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/esound.xml
Log:
Fixed EsounD docs installation
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-06 19:15:30 UTC
(rev 6010)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-06 20:22:22 UTC
(rev 6011)
@@ -45,6 +45,11 @@
<para>May 5th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Fixed EsounD installation to note that the
+ documentation can only be installed with DocBook-utils. Thanks
+ to Chris Staub for the patch.</para>
+ </listitem>
+ <listitem>
<para>[tushar] - Updated to Popt-1.10.4.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/esound.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/esound.xml 2006-05-06 19:15:30 UTC (rev
6010)
+++ trunk/BOOK/multimedia/libdriv/esound.xml 2006-05-06 20:22:22 UTC (rev
6011)
@@ -88,8 +88,13 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install &&
-install -v -m755 -d /usr/share/doc/esound-&esound-version; &&
+<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>If you have <xref linkend="docbook-utils"/> installed and have built
+ the HTML documentation, install it with the following commands as the
+ <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/esound-&esound-version; &&
cp -v -R docs/html /usr/share/doc/esound-&esound-version;</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page