Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInstall man files when using CMake #507
Open
Comments
|
I can work on this if you want @PureTryOut |
|
cmake doesn't have an install target at all right now. Why do you need this? |
|
I'm sorry for the late response. CMake most definitely does have an install target, I use it in the Alpine packaging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When straight up using the Makefile, the man file gets installed. However, this is not the case with CMake, and I can not find an option for it. Please also allow installing any documentation, like man files, when using CMake.