diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2015-02-09 10:10:00 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2015-02-09 10:10:00 +0000 |
commit | b0832e78cf01be4ed448a1426c38659c5303f5cf (patch) | |
tree | 063f66ae5d2881c237e4f1b19bf89d72966f14b9 /chapter06 | |
parent | ad6b72b9ee9d6061b7c2fc3d58e27f8eefd88de1 (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
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> |