dos2unix: remove "configure", and add "make check"

I forgot it yesterday... I must have been too sleepy :(.
This commit is contained in:
Xi Ruoyao 2022-11-04 10:30:26 +08:00
parent ada20087b3
commit 8c973e5902
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -8,8 +8,8 @@
<!ENTITY dos2unix-download-ftp " ">
<!ENTITY dos2unix-md5sum "ff949538cf3c82910d5f6f486c1981dd">
<!ENTITY dos2unix-size "776 KB">
<!ENTITY dos2unix-buildsize "7.0 MB">
<!ENTITY dos2unix-time "less than 0.1 SBU">
<!ENTITY dos2unix-buildsize "7.1 MB (with tests)">
<!ENTITY dos2unix-time "less than 0.1 SBU (with tests)">
]>
<sect1 id="dos2unix" xreflabel="dos2unix-&dos2unix-version;">
@ -78,15 +78,14 @@
<title>Installation of dos2unix</title>
<para>
Install <application>dos2unix</application> by running the following
Build <application>dos2unix</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<screen><userinput>make</userinput></screen>
<para>
This package does not come with a test suite.
To test the results, issue: <command>make check</command>.
</para>
<para>