diff options
author | Rich Salz <rsalz@akamai.com> | 2019-10-12 23:45:56 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2019-10-31 14:19:29 +0100 |
commit | 9fcb9702fba8aa135945f96aefddf050a6f4f11d (patch) | |
tree | 5fa0e0061ca70c9b0678636ee68c713653e7dba8 /build.info | |
parent | evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointers (diff) | |
download | openssl-9fcb9702fba8aa135945f96aefddf050a6f4f11d.tar.xz openssl-9fcb9702fba8aa135945f96aefddf050a6f4f11d.zip |
Infrastructure for templated doc in POD files
Use new doc-build capabilities
Add -i flag to dofile.
Add doc/man1 to SUBDIRS for the new templated doc files
Rewrite commit a397aca (merged from PR 10118) to use the doc-template stuff.
Put template references in common place
Template options and text come at the end of command-specific options:
opt_x, opt_trust, opt_r (in that order).
Refactor xchain options.
Do doc-nits after building generated sources.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10159)
Diffstat (limited to 'build.info')
-rw-r--r-- | build.info | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.info b/build.info index 6b70b11006..a050ae9530 100644 --- a/build.info +++ b/build.info @@ -1,6 +1,6 @@ # Note that some of these directories are filtered in Configure. Look for # %skipdir there for further explanations. -SUBDIRS=crypto ssl apps test util tools fuzz engines providers +SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc/man1 LIBS=libcrypto libssl INCLUDE[libcrypto]=. include @@ -12,6 +12,7 @@ DEPEND[libssl]=libcrypto DEPEND[]=include/openssl/opensslconf.h include/openssl/opensslv.h \ include/crypto/bn_conf.h include/crypto/dso_conf.h \ doc/man7/openssl_user_macros.pod + GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in |