[What is this?]
ClamdOmitScan.pl is high-speed anti-virus scanner for periodic scanning.
Issue the next command line on this directory for detail.
    ./ClamdOmitScan.pl --help


[Installation of ClamdOmitScan.pl]
Issue the next command line as root on this directory.
    make install
NOTE:
    If your make command isn't GNU make, you must replace "make" to "gmake".
    As for following "make", they are same.

It will create ClamdOmitScan.pl.1 (manual page), and will copy ClamdOmitScan.pl
to /usr/local/bin and will copy ClamdOmitScan.pl.1 to /usr/local/share/man/man1 .

If you want to install them to other directory, define PREFIX.
ex)
    make PREFIX=/opt install
It will copy ClamdOmitScan.pl to /opt/bin and will copy ClamdOmitScan.pl.1 to
/opt/share/man/man1 .


[Usage of ClamdOmitScan.pl]
Issue the next command line, and read it.
    man ClamdOmitScan.pl
      or
    ClamdOmitScan.pl --help


[How to make English version HTML]
Issue the next command line on this directory.
    make html


[Who are you?]
See manual page of ClamdOmitScan.pl .