-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc/man: Fix installation directory #970
Conversation
On Unix-like operating systems man pages are commonly installed to `/usr/share/man` not `/usr/share/stlink/man`.
Line 52 in 1ae86f0
🤔 |
@nmeum: I currently don't see the need for it since these settings should be set by cmake's internal PkgConfig module. In fact this seems to be a leftover originally intended to be removed. |
The need for installing a pkgconfig file? Why even provide one in the first place then? |
It was used up to the previous release, before the cmake package config was rewritten (that makes it a leftover from my point of view). |
Well the cmake find_package package config thingy ( |
This thread should continue in the appropriate PR. Different topics should not be mixed. |
On Unix-like operating systems man pages are commonly installed to
/usr/share/man
not/usr/share/stlink/man
.Also: I noticed the pkgconfig file is no longer installed by default, how do I fix that?