Generally, when I install a package from the source, I can't use the man
command to see the manual of that package. I guess because there is no manual installed with it.
So, is there a way to install a manual for a package installed from the source ??!!
PS : I know that using the option --help
with almost every program will bring me some kind of help, or even a manual of the command, but I really need to install a real manual, the one that can be brought with the man
command.
I hope my question is clear.
make docs
that you can use) – steeldriver Jul 04 '16 at 13:54