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 /chapter06 | |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/inetutils.xml | 8 |
1 files changed, 6 insertions, 2 deletions
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> |