aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-11-10 22:24:27 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-11-10 22:24:27 +0000
commit1a15aba71945c97c2d7df3f4382512eb9980701f (patch)
tree207649c2f0c337b484ae20af52c23357e260eb87 /chapter06
parent64af1f62ed0e2885b15def4ecbaafc706bd70b6c (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.xml8
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>