HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: where is manpage?
Ronald Wiplinger wrote:
Finally I got the faq package, but it needs manpage.
Where can I find it?
find . -name manpage -print
did not find it in the hylafax-v4.0pl1 directory.
$ find . -name "manpage*" -print
./html/tools/manpage.sh.in
$ find . -exec fgrep -l manpage {} \;
./distrules
./regex/WHATSNEW
./html/binary.php
./html/building.php
./html/documentation.php
./html/ixotap.php
./html/operation.php
./html/overview.php
./html/setup.php
./html/setup-advanced.php
./html/setup-client.php
./html/source.php
./html/troubleshooting.php
./html/upgrade4.0.php
./html/v2.3beta036.php
./html/faxgateway.php
./html/tools
./html/tools/Makefile.in
./html/tools/manpage.sh.in
matthias