Page MenuHomePhabricator

[CMAKE] Flag the HTML man pages as generated
ClosedPublic

Authored by Fabien on Aug 26 2020, 14:24.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC36a137772cfe: [CMAKE] Flag the HTML man pages as generated
Summary

This prevent them from being shown by default during reviews.
Follow-up for feedback from D7252.

Test Plan
ninja install-manpages-html

Check the @generated marker is present in the files

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_manpages_generated
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12473
Build 25098: Build Diffbuild-without-wallet · build-diff · build-clang-tidy · build-clang-10
Build 25097: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Aug 26 2020, 14:24
deadalnix requested changes to this revision.Aug 26 2020, 15:26
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
cmake/templates/man2html.sh.in
32

Shouldn't this be in the header instead?

This revision now requires changes to proceed.Aug 26 2020, 15:26
Fabien requested review of this revision.Aug 26 2020, 15:52
Fabien added inline comments.
cmake/templates/man2html.sh.in
32

I tried it first but that made jekyll skip the files for some reason

This revision is now accepted and ready to land.Aug 26 2020, 15:53
This revision was automatically updated to reflect the committed changes.