diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 15:32:15 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 15:32:15 +0000 |
commit | cddcb23c37df150cbfb3dd711d091e4cb9b26203 (patch) | |
tree | dbe60189f59c208c3e4bd0add0e08bb14565b351 /chapter06/kbd.xml | |
parent | bdb3cca0a431a8c5b3d871d1740955820b8a2df5 (diff) |
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
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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</userinput></screen> <screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen> + <para>If desired, install the documentation:</para> + +<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version; +cp -R -v doc/* \ + /usr/share/doc/kbd-&kbd-version;</userinput></screen> + </sect2> <sect2 id="contents-kbd" role="content"> |