Modified the EsoundD instructions to install the docs in the proper location

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8337 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-03-17 03:48:29 +00:00
parent 821c871f95
commit af79b479a3
3 changed files with 13 additions and 7 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$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;">

View File

@ -41,6 +41,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>

View File

@ -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 @@ make</userinput></screen>
<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>