aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-23 10:24:31 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-23 10:24:31 +0000
commit7d0b6d3eaa150667e6d43d17d81d616cc262720f (patch)
tree58a3bdd73cea0dc23377850bbb8d57f0eae92a4d
parent8be85e401efe01067adc96ff278db674fdbaf615 (diff)
Added Bash documentation installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter03/packages.xml7
-rw-r--r--chapter06/bash.xml8
-rw-r--r--general.ent5
4 files changed, 21 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3d009389e..8062142cc 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,10 +42,13 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>October 23, 2005 [manuel]: Added Bash documentation
+installation.</para></listitem>
+
<listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to
current trunk version. Ported some redaction changes in preface and chapter01
pages. Moved chapter02 to part II. Added -v switches. Ported several typos
-and redaction fixes from trunk</para></listitem>
+and redaction fixes from trunk.</para></listitem>
<listitem><para>October 19, 2005 [manuel]: Updated the stylesheets, Makefile
and related files to current trunk versions.</para></listitem>
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 8b7997f18..8299c9853 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -33,6 +33,13 @@
</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;) - 11,056 KB:</term>
<listitem>
<para><ulink url="&kernel;linux/devel/binutils/"/></para>
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index e70c37d63..b47bc8005 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -28,7 +28,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 -xvf ../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>
diff --git a/general.ent b/general.ent
index 9aef1db06..6aa84f7fa 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20051021">
-<!ENTITY releasedate "October 21, 2005">
+<!ENTITY version "TESTING-20051023">
+<!ENTITY releasedate "October 23, 2005">
<!ENTITY milestone "6.1.1">
<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
@@ -26,6 +26,7 @@
<!ENTITY autoconf-version "2.59">
<!ENTITY automake-version "1.9.5">
<!ENTITY bash-version "3.0">
+<!ENTITY bash-doc-version "3.0">
<!ENTITY binutils-version "2.15.94.0.2.2">
<!ENTITY bison-version "2.0">
<!ENTITY bzip2-version "1.0.3">