aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/man-db.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b319d378d..f7fa4e074 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>2010-05-21</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Install Man-DB's documentation in a versioned
+ directory. Fixes
+ <ulink url="&lfs-ticket-root;2658">#2658</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Diffutils-3.0. Fixes
<ulink url="&lfs-ticket-root;2656">#2656</ulink>.</para>
</listitem>
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 14a2645c6..27f187593 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -44,7 +44,7 @@
<para>Prepare Man-DB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
- --sysconfdir=/etc --disable-setuid \
+ --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc --disable-setuid \
--with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind \
--with-grap=/usr/bin/grap</userinput></screen>