diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |