Add instructions for installing additional documentation for Bash

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-07-30 20:26:27 +00:00
parent ebf29a9bc0
commit bdee2f5886
4 changed files with 21 additions and 4 deletions

View File

@ -110,6 +110,9 @@ First a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </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 <listitem><para>July 29th, 2005 [manuel]: Removed the text about defining
gvimrc.</para></listitem> gvimrc.</para></listitem>

View File

@ -32,6 +32,13 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Bash Documentation (&bash-doc-version;) - 1,994 KB:</term>
<listitem>
<para><ulink url="&gnu;bash/"/></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Binutils (&binutils-version;) - 12,272 KB:</term> <term>Binutils (&binutils-version;) - 12,272 KB:</term>
<listitem> <listitem>

View File

@ -17,7 +17,7 @@
<segmentedlist> <segmentedlist>
<segtitle>&buildtime;</segtitle> <segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</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>
<segmentedlist> <segmentedlist>
@ -30,7 +30,13 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Bash</title> <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 <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> will sometimes only show 33 characters on a line, then wrap to the next:</para>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050729"> <!ENTITY version "SVN-20050730">
<!ENTITY releasedate "July 29, 2005"> <!ENTITY releasedate "July 30, 2005">
<!ENTITY milestone "6.2"> <!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
@ -26,6 +26,7 @@
<!ENTITY autoconf-version "2.59"> <!ENTITY autoconf-version "2.59">
<!ENTITY automake-version "1.9.6"> <!ENTITY automake-version "1.9.6">
<!ENTITY bash-version "3.0"> <!ENTITY bash-version "3.0">
<!ENTITY bash-doc-version "3.0">
<!ENTITY binutils-version "2.16.1"> <!ENTITY binutils-version "2.16.1">
<!ENTITY bison-version "2.0"> <!ENTITY bison-version "2.0">
<!ENTITY bzip2-version "1.0.3"> <!ENTITY bzip2-version "1.0.3">