Generate doc/build.info with 'make update' rather than on the fly
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2021 05:49:24 +0000 (06:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Feb 2021 17:24:28 +0000 (18:24 +0100)
commit7b9f8995f44482610d4f3452118e53c2f259511d
treefb15435e264b0efd070a18740f4a5547c2508680
parent1263154064d2a15253381353cf804e05af18ad1b
Generate doc/build.info with 'make update' rather than on the fly

doc/build.info was essentially generated on the fly while running
Configure, something that takes a huge amount of time on slower file
systems (such as Windows).

Instead, we generate it with 'make update', saving the user from
having to wait for too long, at the small price for developers to have
to run 'make update' whenever they write a new manual file.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14269)
Configurations/unix-Makefile.tmpl
doc/build.info.in [moved from doc/build.info with 97% similarity]