aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-07-30 20:26:27 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-07-30 20:26:27 +0000
commitbdee2f5886beaa74902b2a7a64cae6b149aba355 (patch)
treeb648a532c2aebb558c69643237e4dac427ae32f5 /chapter06
parentebf29a9bc05b84d4ad2bf3be5a4fffa23f34f0b2 (diff)
Add instructions for installing additional documentation for Bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index c32339c08..dbd2f9e12 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -17,7 +17,7 @@
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>1.2 SBU</seg><seg>20.6 MB</seg></seglistitem>
+<seglistitem><seg>1.2 SBU</seg><seg>24.6 MB</seg></seglistitem>
</segmentedlist>
<segmentedlist>
@@ -30,7 +30,13 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Bash</title>
-<!-- Edit Me -->
+<para>If you downloaded the Bash documentation tarball and wish to install HTML
+documentation, issue the following commands:</para>
+
+<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
+sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
+ Makefile.in</userinput></screen>
+
<para>The following patch fixes various issues, including a problem where Bash
will sometimes only show 33 characters on a line, then wrap to the next:</para>