And for clarification, this patch is for
https://github.com/KnightOS/genkfs
(though if it could be applied to other repos, that would be cool)
In trying to package for brew, the man pages weren't being installed
properly.
> Homebrew requires that man pages live under share.
The common convention is to use a variable called
`CMAKE_INSTALL_MANDIR`, so it can be configured.
-Zach (earboxer) DeCook
Re: [PATCH] * Cmake: Allow specification of directory for Man installation
This specific patch has been applied to genkfs. The same tweak can be
applied to the rest of the toolchain, but this specific patch won't
work on those CMakeLists.txt files.
I'll try to get this taken care of for all toolchain projects later
today.
- Noam Preil