diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 7 | ||||
-rw-r--r-- | chapter06/bash.xml | 10 | ||||
-rw-r--r-- | general.ent | 5 |
4 files changed, 21 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2fae20ed4..981c9513a 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 9d11731e6..39179dbd8 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;) - 12,272 KB:</term> <listitem> <para><ulink url="&gnu;binutils/"/></para> 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 && +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 0884ea713..1267c63b3 100644 --- a/general.ent +++ b/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"> |