This diff adds a new install-manpages-html target which converts and
installs man pages as jekyll compliant files to the
<install_dir>/share/man/html directory.
This will be useful for integrating the manpages to the website.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC894d51ac250d: [CMAKE] Transform man pages for web rendering
Should install and convert the man pages:
ninja install-manpages-html
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cmake/templates/man2www.sh.in | ||
---|---|---|
1 ↗ | (On Diff #23033) | www is not a file format. Can you rename this? |
cmake/templates/man2www.sh.in | ||
---|---|---|
1 ↗ | (On Diff #23033) | OK I'll switch to HTML. |
cmake/templates/man2www.sh.in | ||
---|---|---|
1 ↗ | (On Diff #23033) | I changed my mind and will make it full html now. |