aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2015-02-09 10:10:00 +0000
committerChris Staub <chris@linuxfromscratch.org>2015-02-09 10:10:00 +0000
commitb0832e78cf01be4ed448a1426c38659c5303f5cf (patch)
tree063f66ae5d2881c237e4f1b19bf89d72966f14b9
parentad6b72b9ee9d6061b7c2fc3d58e27f8eefd88de1 (diff)
Ensure bison docs are put in versioned directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/bison.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 44dc26737..fa1f20ae9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2015-02-09</para>
+ <itemizedlist>
+ <listitem>
+ <para>[Chris] - Added --docdir switch to Chapter 6 Bison to
+ put docs in versioned directory.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2015-02-08</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index b565cf766..af13eef5d 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -42,7 +42,7 @@
<para>Prepare Bison for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
<!--
<para>The configure system causes Bison to be built without support for
internationalization of error messages if a <command>bison</command>