Browse Source

Add instructions for installing additional documentation for Bash

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 years ago
parent
commit
bdee2f5886
4 changed files with 21 additions and 4 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 7 0
      chapter03/packages.xml
  3. 8 2
      chapter06/bash.xml
  4. 3 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -110,6 +110,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>July  30th, 2005 [matt]: Added instructions for installing Bash
+documentation (Randy McMurchy).</para></listitem>
+
 <listitem><para>July  29th, 2005 [manuel]: Removed the text about defining
 gvimrc.</para></listitem>
 

+ 7 - 0
chapter03/packages.xml

@@ -32,6 +32,13 @@
 </listitem>
 </varlistentry>
 
+<varlistentry>
+<term>Bash Documentation (&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>

+ 8 - 2
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>
 

+ 3 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050729">
-<!ENTITY releasedate "July 29, 2005">
+<!ENTITY version "SVN-20050730">
+<!ENTITY releasedate "July 30, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
@@ -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">