mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-01 09:06:17 +01:00
Added Bash documentation installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8be85e401e
commit
7d0b6d3eaa
@ -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>
|
||||
|
@ -32,6 +32,13 @@
|
||||
</listitem>
|
||||
</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>
|
||||
|
@ -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 &&
|
||||
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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user