mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
821c871f95
commit
af79b479a3
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -79,15 +79,14 @@
|
||||
<para>Install <application>EsounD</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>sed -i 's@doc/esound@&-&esound-version;@' configure &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user