From bdee2f5886beaa74902b2a7a64cae6b149aba355 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 30 Jul 2005 20:26:27 +0000 Subject: Add instructions for installing additional documentation for Bash git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 @@ &buildtime; &diskspace; -1.2 SBU20.6 MB +1.2 SBU24.6 MB @@ -30,7 +30,13 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed. Installation of Bash - +If you downloaded the Bash documentation tarball and wish to install HTML +documentation, issue the following commands: + +tar -zxf ../bash-doc-&bash-doc-version;.tar.gz && +sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ + Makefile.in + 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: -- cgit v1.2.3-54-g00ecf