diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/bison.xml | 2 |
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> |