DOCS: Remove the "global" dependency on writing .pod files from .pod.in
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Feb 2021 11:58:35 +0000 (12:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Feb 2021 14:51:31 +0000 (15:51 +0100)
commitb8393eae224d11276323957fcd493953d5b135b9
treed7299f3cf2aee4ebb52f05cca7948c962bfda461
parent388eb0d9709b4edf0fe4edf207b23d924fde2649
DOCS: Remove the "global" dependency on writing .pod files from .pod.in

The dependency was made in such a way that .pod.in -> .pod generation
would always be done, no matter what.  This changes the procedure so
that the generation is made "on demand", i.e. when the resulting .pod
files are needed.

This turned out to be duplicated dependencies, as the .pod -> .pod.in
dependencies were already in place.  Just removing the duplicate fixes
the situation.

'make build_all_generated' still works, for those who do want to have
all file generations performed.  (as a reminder, this is suitable to
generate the files a fast system and then copy the result to a slower
system, or system where there's no perl)

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