diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 135710fd0..b6e4af1e4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-05-26 + + + [thomas] - Remove obsolete DOCDIR option from iproute2 install command. + + + + 2021-05-17 diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index cd8385aff..cf2065fb3 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -75,7 +75,12 @@ rm -fv man/man8/arpd.8 Install the package: -make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install +make install + + If desired, install the documentation: + +mkdir -v /usr/share/doc/iproute2-&iproute2-version; +cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;