diff options
Diffstat (limited to 'chapter06/file.xml')
-rw-r--r-- | chapter06/file.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 78181dc73..674a148ba 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -41,6 +41,14 @@ <sect2 role="installation"> <title>Installation of File</title> + <para>Fix the man page so that it will reflect recent changes to the + <parameter>-e</parameter> (<parameter>--exclude</parameter>) + parameter:</para> + +<screen><userinput remap="pre">sed -i -e '197,+1d' \ + -e '189,+1d' \ + -e 's/token$/tokens/' doc/file.man</userinput></screen> + <para>Prepare File for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> @@ -49,7 +57,9 @@ <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> |