diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:24:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-10 22:24:27 +0000 |
commit | 1a15aba71945c97c2d7df3f4382512eb9980701f (patch) | |
tree | 207649c2f0c337b484ae20af52c23357e260eb87 | |
parent | 64af1f62ed0e2885b15def4ecbaafc706bd70b6c (diff) |
Mention Inetutils' testsuite and install its HTML documentation. Fixes #2784 and #2785.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9412 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |