diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 13:33:53 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 13:33:53 +0000 |
commit | 52e836aff186fbe0097b42c30873a244f5f6c8b6 (patch) | |
tree | 9435bad223f6219ecc1289f27ada7b8a0f1759cb /chapter06/readline.xml | |
parent | ce69610f7ffcb8af226d8f6768a011f5d31cbd02 (diff) |
Added documentation installation commands to the Chapter 6 Readline instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 48174821b..3f3279257 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -96,6 +96,12 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen> + <para>If desired, install the documentation:</para> + +<screen><userinput remap="install">mkdir -v /usr/share/doc/readline-&readline-version; +install -v -m644 doc/*.{ps,pdf,html,dvi} \ + /usr/share/doc/readline-&readline-version;</userinput></screen> + </sect2> <sect2 id="contents-readline" role="content"> |