The instructions for esound include copying docs/html (from the source
tree) to /usr/share/doc, but this does not work if you do not have
Docbook-utils installed. I've attached a patch to fix the instructions
to account for the fact that docs/html does not exist unless you use
Docbook-utils to build the HTML docs.
Index: trunk/BOOK/multimedia/libdriv/esound.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/esound.xml (revision 6006)
+++ trunk/BOOK/multimedia/libdriv/esound.xml (working copy)
@@ -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="docs"><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-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page