Open barsnick opened 2 months ago
Please add a Signed-of-by tag
I have no idea why the DCO check fails to see it. It's been there all along.
I have no idea why the DCO check fails to see it.
Ah, I got it. It needs to be identical to the author.
When building from a tarball, pre-created man pages are preset. Yet
make clean
clobbers them, leaving their target directory intact. Therefore, the next configure call will try to build man pages even if pandoc isn't available.Fix this by cleaning the man pages only if they can be recreated by the presence of pandoc.
Fixes https://github.com/tpm2-software/tpm2-tss-engine/issues/284