This adds support for the man pages installation.
The last directory is hardcoded to man1. This is correct as long as
the man files are hardcoded to section 1 only.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING6c467dfc4f6b: [CMAKE] Install the man pages
rABC6c467dfc4f6b: [CMAKE] Install the man pages
For all platforms:
mkdir -p buildcmake/install && cd install cmake -GNinja .. -DCMAKE_INSTALL_PREFIX="install" # Other options
depending on the platform
ninja ninja install
Check that the man pages are installed under install/share/man/man1.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable