Hylafax Mailing List Archives
|
[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.html
./html/building.html
./html/documentation.html
./html/ixotap.html
./html/operation.html
./html/overview.html
./html/setup.html
./html/setup-advanced.html
./html/setup-client.html
./html/source.html
./html/troubleshooting.html
./html/upgrade4.0.html
./html/v2.3beta036.html
./html/faxgateway.html
./html/tools
./html/tools/Makefile.in
./html/tools/manpage.sh.in
matthias