Create symlinks when installing man pages
authorMatt Caswell <matt@openssl.org>
Mon, 17 May 2021 16:40:56 +0000 (17:40 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 09:28:06 +0000 (10:28 +0100)
commit9e7a6411708702dd4ad4657636ab346382234437
tree09e1ea3c51e20fbe75e444f2ab6a994af15d8e09
parente0113b79f2f6fd9dcdfb6bbd1bc77cb41a44b5de
Create symlinks when installing man pages

In 1.1.1 when installing the man pages we created symlinks to the base
page for all functions described on the page. We need to continue doing
this.

Fixes #14846

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15312)
Configurations/unix-Makefile.tmpl
util/write-man-symlinks [new file with mode: 0755]