From 52e836aff186fbe0097b42c30873a244f5f6c8b6 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sat, 11 Oct 2008 13:33:53 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 6 +++++- chapter06/readline.xml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e5f67e672..83bb11b18 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,7 +41,11 @@ 2008-10-11 - [randy] - Added some documentation installation commands to the + [randy] - Added documentation installation commands to the + Chapter 6 Readline instructions. + + + [randy] - Added documentation installation commands to the Chapter 6 Ncurses instructions. 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 ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so + If desired, install the documentation: + +mkdir -v /usr/share/doc/readline-&readline-version; +install -v -m644 doc/*.{ps,pdf,html,dvi} \ + /usr/share/doc/readline-&readline-version; +