tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
151 stars 100 forks source link

Makefile.am: Fix build without pandoc #285

Open barsnick opened 2 months ago

barsnick commented 2 months ago

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

barsnick commented 1 month 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.

barsnick commented 1 month ago

I have no idea why the DCO check fails to see it.

Ah, I got it. It needs to be identical to the author.