diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/kbd.xml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index caa81b3dc..32fca329c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-11</para> <itemizedlist> <listitem> + <para>[randy] - Added documentation installation commands to the + Chapter 6 Kbd instructions.</para> + </listitem> + <listitem> <para>[randy] - Modified the IPRoute2 installation command so that the docs are installed in a versioned directory.</para> </listitem> 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"> |