diff options
author | Richard Levitte <levitte@openssl.org> | 2016-08-31 22:56:02 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-11-29 09:51:17 +0100 |
commit | df8f116ecd6e25577eb1e47a213df17d64e87b4a (patch) | |
tree | 1fe7208240c541e738eb67a167bb6b74e6ff8c5b /build.info | |
parent | Add the possibility to generate documentation at build time (diff) | |
download | openssl-df8f116ecd6e25577eb1e47a213df17d64e87b4a.tar.xz openssl-df8f116ecd6e25577eb1e47a213df17d64e87b4a.zip |
Add doc/build.info to build the documentation
This build.info is entirely generated when configuring
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6236)
Diffstat (limited to 'build.info')
-rw-r--r-- | build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.info b/build.info index a050ae9530..a28ddbe739 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 doc/man1 +SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc LIBS=libcrypto libssl INCLUDE[libcrypto]=. include |