Matthew Burgess wrote these words on 07/30/05 14:52 CST: > Well, I'm all for conserving BZ numbers :) Sure, the patch would be > great! Thanks.
Attached. I'm not sure if adding the tarball to the Packages file was correct. If not, simply remove those lines. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 15:13:00 up 119 days, 14:46, 2 users, load average: 1.00, 0.95, 0.61
Index: chapter03/packages.xml =================================================================== --- chapter03/packages.xml (revision 6604) +++ chapter03/packages.xml (working copy) @@ -33,6 +33,13 @@ </varlistentry> <varlistentry> +<term>Bash Docs (&bash-doc-version;) - 1,994 KB:</term> +<listitem> +<para><ulink url="&gnu;bash/"/></para> +</listitem> +</varlistentry> + +<varlistentry> <term>Binutils (&binutils-version;) - 12,272 KB:</term> <listitem> <para><ulink url="&gnu;binutils/"/></para> Index: chapter06/bash.xml =================================================================== --- chapter06/bash.xml (revision 6604) +++ chapter06/bash.xml (working copy) @@ -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> @@ -31,6 +31,13 @@ <title>Installation of Bash</title> <!-- Edit Me --> +<para>If you downloaded the Bash docs tarball and wish to install HTML +documentation, issue the following commands:</para> + +<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz && +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> Index: general.ent =================================================================== --- general.ent (revision 6604) +++ general.ent (working copy) @@ -26,6 +26,7 @@ <!ENTITY autoconf-version "2.59"> <!ENTITY automake-version "1.9.6"> <!ENTITY bash-version "3.0"> +<!ENTITY bash-doc-version "3.0"> <!ENTITY binutils-version "2.16.1"> <!ENTITY bison-version "2.0"> <!ENTITY bzip2-version "1.0.3">
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page