|
@@ -41,6 +41,14 @@
|
|
<sect2 role="installation">
|
|
<sect2 role="installation">
|
|
<title>Installation of File</title>
|
|
<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>
|
|
<para>Prepare File for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
@@ -49,7 +57,9 @@
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
<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>
|
|
<para>Install the package:</para>
|
|
|
|
|