mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update some docdir locations
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10238 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f60cf4a60b
commit
24f2d4b9a8
@ -85,7 +85,7 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make docdir=/usr/share/doc/check-&check-version; install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>GLIB_LIBS=-lglib-2.0 GLIB_CFLAGS=-I/usr/include/glib-2.0 \
|
||||
./configure --prefix=/usr &&
|
||||
./configure --prefix=/usr --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<note><para>The make phase is known to fail if the configure option
|
||||
|
@ -89,7 +89,7 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make pkghtmldir=/usr/share/doc/lame-&lame-version; install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -77,8 +77,9 @@
|
||||
<para>Install <application>Speex</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/speex-&speex-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
@ -83,11 +83,13 @@
|
||||
<para>Install <application>sudo</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/sudo \
|
||||
--with-all-insults \
|
||||
--with-env-editor \
|
||||
--without-pam \
|
||||
<screen><userinput>
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/sudo \
|
||||
--docdir=/usr/share/doc/sudo-&sudo-version; \
|
||||
--with-all-insults \
|
||||
--with-env-editor \
|
||||
--without-pam \
|
||||
--without-sendmail &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user