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

Commits on Dec 4, 2021

  1. Install libraries as per GNU Coding Standards

    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]>
    dwrobel authored and stefwalter committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    4d3f909 View commit details
    Browse the repository at this point in the history
  2. 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
    stefwalter committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    6e5259f View commit details
    Browse the repository at this point in the history