Эх сурвалжийг харах

Added Bash documentation installation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 жил өмнө
parent
commit
7d0b6d3eaa

+ 4 - 1
chapter01/changelog.xml

@@ -42,10 +42,13 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>October 23, 2005 [manuel]: Added Bash documentation
+installation.</para></listitem>
+
 <listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to 
 <listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to 
 current trunk version. Ported some redaction changes in preface and chapter01 
 current trunk version. Ported some redaction changes in preface and chapter01 
 pages. Moved chapter02 to part II. Added -v switches. Ported several typos 
 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
 <listitem><para>October 19, 2005 [manuel]: Updated the stylesheets, Makefile
 and related files to current trunk versions.</para></listitem>
 and related files to current trunk versions.</para></listitem>

+ 7 - 0
chapter03/packages.xml

@@ -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;) - 11,056 KB:</term>
 <term>Binutils (&binutils-version;) - 11,056 KB:</term>
 <listitem>
 <listitem>

+ 7 - 1
chapter06/bash.xml

@@ -28,7 +28,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 -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
 <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>
 
 

+ 3 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.1.1">
 <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "testing"> <!-- Use "svn", "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.5">
 <!ENTITY automake-version "1.9.5">
 <!ENTITY bash-version "3.0">
 <!ENTITY bash-version "3.0">
+<!ENTITY bash-doc-version "3.0">
 <!ENTITY binutils-version "2.15.94.0.2.2">
 <!ENTITY binutils-version "2.15.94.0.2.2">
 <!ENTITY bison-version "2.0">
 <!ENTITY bison-version "2.0">
 <!ENTITY bzip2-version "1.0.3">
 <!ENTITY bzip2-version "1.0.3">