Author: manuel
Date: 2005-08-06 05:05:57 -0600 (Sat, 06 Aug 2005)
New Revision: 6613
Modified:
branches/cross-lfs/BOOK/final-system/common/bash.xml
branches/cross-lfs/BOOK/final-system/multilib/bash.xml
branches/cross-lfs/BOOK/general.ent
branches/cross-lfs/BOOK/introduction/common/changelog.xml
branches/cross-lfs/BOOK/materials/common/packages.xml
branches/cross-lfs/BOOK/prologue/common/errata.xml
Log:
Added Bash documentation package and some typos ported from trunk up to r6612.
Modified: branches/cross-lfs/BOOK/final-system/common/bash.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/common/bash.xml 2005-08-04
02:08:52 UTC (rev 6612)
+++ branches/cross-lfs/BOOK/final-system/common/bash.xml 2005-08-06
11:05:57 UTC (rev 6613)
@@ -45,6 +45,13 @@
<sect2 id="install-bash" role="installation">
<title>Installation of Bash</title>
+ <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>
Modified: branches/cross-lfs/BOOK/final-system/multilib/bash.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/multilib/bash.xml 2005-08-04
02:08:52 UTC (rev 6612)
+++ branches/cross-lfs/BOOK/final-system/multilib/bash.xml 2005-08-06
11:05:57 UTC (rev 6613)
@@ -58,6 +58,14 @@
href="../common/bash.xml"
xpointer="xpointer(id('install-bash')/screen[2])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/bash.xml"
+ xpointer="xpointer(id('install-bash')/para[3])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/bash.xml"
+ xpointer="xpointer(id('install-bash')/screen[3])"/>
+
<para>Prepare Bash for compilation:</para>
<screen><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
Modified: branches/cross-lfs/BOOK/general.ent
===================================================================
--- branches/cross-lfs/BOOK/general.ent 2005-08-04 02:08:52 UTC (rev 6612)
+++ branches/cross-lfs/BOOK/general.ent 2005-08-06 11:05:57 UTC (rev 6613)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-cross-lfs-20050731">
+<!ENTITY version "7.0-cross-lfs-20050806">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-x86_64 "&version;-x86_64">
<!ENTITY version-ppc "&version;-PowerPC">
@@ -8,7 +8,7 @@
<!ENTITY version-mips "&version;-MIPS">
<!ENTITY version-mips64 "&version;-MIPS64">
-<!ENTITY releasedate "July 31, 2005">
+<!ENTITY releasedate "August 6, 2005">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
@@ -35,6 +35,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">
Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-08-04
02:08:52 UTC (rev 6612)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-08-06
11:05:57 UTC (rev 6613)
@@ -128,6 +128,9 @@
<title>Added:</title>
<listitem>
+ <para>Bash-doc-&bash-doc-version;</para>
+ </listitem>
+ <listitem>
<para>&binutils-posix-patch;</para>
</listitem>
<listitem>
@@ -196,9 +199,21 @@
-->
<listitem>
- <para>Date</para>
+ <para>August 6, 2005</para>
<itemizedlist>
<listitem>
+ <para>[manuel] - Text updates ported fron trunk up to r6612.</para>
+ </listitem>
+ <listitem>
+ <para>[manuel] - Added Bash documentation package.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>July 29, 2005</para>
+ <itemizedlist>
+ <listitem>
<para>[manuel] - Text updates ported fron trunk up to r6596.</para>
</listitem>
</itemizedlist>
Modified: branches/cross-lfs/BOOK/materials/common/packages.xml
===================================================================
--- branches/cross-lfs/BOOK/materials/common/packages.xml 2005-08-04
02:08:52 UTC (rev 6612)
+++ branches/cross-lfs/BOOK/materials/common/packages.xml 2005-08-06
11:05:57 UTC (rev 6613)
@@ -39,6 +39,14 @@
</varlistentry>
<varlistentry>
+ <term>Bash Documentation (&bash-doc-version;) - 1.9 MB:</term>
+ <listitem>
+ <para><ulink
+ url="&gnu;bash/bash-doc-&bash-doc-version;.tar.gz"/></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Binutils (&binutils-version;) - 12.2 MB:</term>
<listitem>
<para><ulink
Modified: branches/cross-lfs/BOOK/prologue/common/errata.xml
===================================================================
--- branches/cross-lfs/BOOK/prologue/common/errata.xml 2005-08-04 02:08:52 UTC
(rev 6612)
+++ branches/cross-lfs/BOOK/prologue/common/errata.xml 2005-08-06 11:05:57 UTC
(rev 6613)
@@ -14,7 +14,7 @@
updated and enhanced. Security warnings and bug fixes may become
available after the LFS book has been released. To check whether the
package versions or instructions in this release of LFS need any
- modifications to accomodate security vulnerabilities or other bug fixes,
+ modifications to accommodate security vulnerabilities or other bug fixes,
please visit <ulink url="&errata;"/> before proceeding with your build.
You should note any changes shown and apply them to the relevant section
of the book as you progress with building the LFS system.</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page