Author: randy
Date: 2010-03-16 21:48:29 -0600 (Tue, 16 Mar 2010)
New Revision: 8337

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/esound.xml
Log:
Modified the EsoundD instructions to install the docs in the proper location

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-03-16 14:23:34 UTC (rev 8336)
+++ trunk/BOOK/general.ent      2010-03-17 03:48:29 UTC (rev 8337)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "16">                   <!-- Always 2 digits -->
+<!ENTITY day          "17">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-03-16 14:23:34 UTC 
(rev 8336)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-03-17 03:48:29 UTC 
(rev 8337)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>March 17th, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Modified the EsoundD instructions to put the docs in
+          the proper spot.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 16th, 2010</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/esound.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/esound.xml    2010-03-16 14:23:34 UTC (rev 
8336)
+++ trunk/BOOK/multimedia/libdriv/esound.xml    2010-03-17 03:48:29 UTC (rev 
8337)
@@ -79,15 +79,14 @@
     <para>Install <application>EsounD</application> by running the following
     commands:</para>
 
-<screen><userinput>sed -i 's...@doc/esound@&amp;-&esound-version;@' configure 
&amp;&amp;
-./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install 
docdir=/usr/share/doc/esound-&esound-version;</userinput></screen>
 
     <para>If you have <application>DocBook-utils</application> installed, still
     as the <systemitem class="username">root</systemitem> user:</para>
@@ -99,9 +98,6 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>sed -i '...'</command>: This appends the version string to
-    the documentation installation directory.</para>
-
     <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
     configuration files in <filename class="directory">/etc</filename> instead
     of <filename class="directory">/usr/etc</filename>.</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to