Skip to content
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

Install manual pages as per GNU Coding Standards #717

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stefwalter
Copy link

Install manual pages as per GNU Coding Standards

Includes GNUInstallDirs and uses MANDIR (instead of hardcoded man)
to install manual pages.

See: https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html

This patch depends on a similar #650 to be merged first.

dwrobel and others added 2 commits December 4, 2021 10:43
Includes GNUInstallDirs and uses LIBDIR (instead of hardcoded lib)
to install libraries.

Fixes packaging on aarch64 systems where LIBDIR=lib64 (not lib).

Signed-off-by: Damian Wrobel <[email protected]>
Includes GNUInstallDirs and uses MANDIR (instead of hardcoded man)
to install manual pages.

See: https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html
@stefwalter
Copy link
Author

@dwrobel This is a similar patch to #650, and you might choose to bring it into your branch for merging at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants