diff options
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"> |