Changeset 7d0b6d3 for chapter06


Ignore:
Timestamp:
10/23/2005 10:24:31 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
241bb14
Parents:
8be85e4
Message:

Added Bash documentation installation.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r8be85e4 r7d0b6d3  
    2929<title>Installation of Bash</title>
    3030
    31 <!-- Edit Me -->
     31<para>If you downloaded the Bash documentation tarball and wish to install HTML
     32documentation, issue the following commands:</para>
     33
     34<screen><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
     35sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
     36    Makefile.in</userinput></screen>
     37
    3238<para>The following patch fixes various issues, including a problem where Bash
    3339will sometimes only show 33 characters on a line, then wrap to the next:</para>
Note: See TracChangeset for help on using the changeset viewer.