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:
Bruce Dubbs 2012-05-25 21:12:24 +00:00
parent f60cf4a60b
commit 24f2d4b9a8
5 changed files with 13 additions and 10 deletions

View File

@ -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>

View File

@ -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 &amp;&amp;
./configure --prefix=/usr --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; &amp;&amp;
make</userinput></screen>
<note><para>The make phase is known to fail if the configure option

View File

@ -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>

View File

@ -77,8 +77,9 @@
<para>Install <application>Speex</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr \
--disable-static &amp;&amp;
<screen><userinput>./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/speex-&speex-version; &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>

View File

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