diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-29 18:13:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-29 18:13:47 +0000 |
commit | ba4e117603a56d37662f9a75d25d0bf86f5f95dc (patch) | |
tree | bed94e833a7271b7ec9fc4c726286d56538ea29c /chapter06/bc.xml | |
parent | 047a323f6b3f8e6c110316c73e537dbc6fee346a (diff) |
Minor consistency updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bc.xml')
-rw-r--r-- | chapter06/bc.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 8e37d0132..0957421bd 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -43,7 +43,10 @@ <para>Prepare Bc for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --with-readline</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --with-readline \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |