Makefile template: Allow separate generation of .pod.in -> .pod
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Feb 2021 14:32:37 +0000 (15:32 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Feb 2021 14:51:31 +0000 (15:51 +0100)
commit9ca08f91e9817892c3545612a91d38687e593e14
tree2b53b5fa70aaa7a2ac776e2f63fedbdf6143a25c
parentb8393eae224d11276323957fcd493953d5b135b9
Makefile template: Allow separate generation of .pod.in -> .pod

We do this by adding the attribute 'pod' to all .pod.in -> .pod
generations, like this:

    DEPEND[NAME.pod]{pod}=NAME.pod.in,

...  and selecting out the target files for those dependencies into a
dedicated target 'build_generated_pods', which the 'doc-nits' and
'cmd-nits' make targets are made to depend on.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14067)
Configurations/unix-Makefile.tmpl
doc/build.info