From cddcb23c37df150cbfb3dd711d091e4cb9b26203 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sat, 11 Oct 2008 15:32:15 +0000 Subject: [PATCH] Added documentation installation commands to the Chapter 6 Kbd instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/kbd.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index caa81b3dc..32fca329c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-11 + + [randy] - Added documentation installation commands to the + Chapter 6 Kbd instructions. + [randy] - Modified the IPRoute2 installation command so that the docs are installed in a versioned directory. diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index af999a6eb..67c110d3b 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -112,6 +112,12 @@ unset var mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin + If desired, install the documentation: + +mkdir -v /usr/share/doc/kbd-&kbd-version; +cp -R -v doc/* \ + /usr/share/doc/kbd-&kbd-version; +