diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 01:48:43 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 01:48:43 +0000 |
commit | 2e1fb0caf9ce167cad1bb72dfb2c57f6140e7dd4 (patch) | |
tree | ecf7713b39b3405d2811a2d2064e422aa5bba915 | |
parent | b4d202831fa96999964c27ef6a4e0846b8943b64 (diff) |
Added some documentation installation commands to the Chapter 6 Ncurses instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/ncurses.xml | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 977564671..e5f67e672 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2008-10-11</para> + <itemizedlist> + <listitem> + <para>[randy] - Added some documentation installation commands to the + Chapter 6 Ncurses instructions.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-10</para> <itemizedlist> <listitem> diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 8b99eb872..0deef544c 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -140,6 +140,11 @@ ln -sfv libncurses.so /usr/lib/libcurses.so ln -sfv libncursesw.a /usr/lib/libcursesw.a ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen> + <para>If desired, install the Ncurses documentation:</para> + +<screen><userinput remap="install">mkdir -v /usr/share/doc/ncurses-&ncurses-version; +cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen> + <note> <para>The instructions above don't create non-wide-character Ncurses libraries since no package installed by compiling from sources would |