diff options
author | Richard Levitte <levitte@openssl.org> | 2021-02-04 12:58:35 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-02-05 15:51:31 +0100 |
commit | b8393eae224d11276323957fcd493953d5b135b9 (patch) | |
tree | d7299f3cf2aee4ebb52f05cca7948c962bfda461 /build.info | |
parent | TEST: Add an algorithm ID tester for libcrypto vs provider (diff) | |
download | openssl-b8393eae224d11276323957fcd493953d5b135b9.tar.xz openssl-b8393eae224d11276323957fcd493953d5b135b9.zip |
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)
Diffstat (limited to 'build.info')
-rw-r--r-- | build.info | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.info b/build.info index 27818b7fce..053329c682 100644 --- a/build.info +++ b/build.info @@ -38,8 +38,7 @@ DEPEND[]=include/openssl/asn1.h \ include/openssl/x509.h \ include/openssl/x509v3.h \ include/openssl/x509_vfy.h \ - include/crypto/bn_conf.h include/crypto/dso_conf.h \ - doc/man7/openssl_user_macros.pod + include/crypto/bn_conf.h include/crypto/dso_conf.h GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in |