diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5e3902327..7916769eb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <para>2010-11-10</para> <itemizedlist> <listitem> + <para>[matthew] Mention Inetutils' testsuite, and also install its + HTML documentation. Fixes + <ulink url="&lfs-ticket-root;2784">#2784</ulink> and + <ulink url="&lfs-ticket-root;2785">#2785</ulink></para> + </listitem> + <listitem> <para>[matthew] Upgrade to Tar-1.25, and also install its HTML documentation. Fixes <ulink url="&lfs-ticket-root;2777">#2777</ulink> and diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 484c7c922..b6dd98c97 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -103,11 +103,15 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +make -C doc html +make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen> <para>Move some programs to their FHS-compliant place:</para> |