diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0b4060352..caa81b3dc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-11</para> <itemizedlist> <listitem> + <para>[randy] - Modified the IPRoute2 installation command so that the + docs are installed in a versioned directory.</para> + </listitem> + <listitem> <para>[randy] - Modified the Groff installation command so that the docs are installed in a standardized versioned directory.</para> </listitem> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 1934f0fbe..33f8dfbd2 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -71,7 +71,8 @@ <para>Install the package:</para> -<screen><userinput remap="install">make SBINDIR=/sbin install</userinput></screen> +<screen><userinput remap="install">make SBINDIR=/sbin \ + DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen> <para>The <command>arpd</command> binary links against the Berkeley DB libraries that reside in <filename class="directory">/usr</filename> and |