diff options
author | Brent Cook <bcook@openbsd.org> | 2015-02-14 18:15:15 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-02-14 18:15:15 -0600 |
commit | 2286578fd4e93e024ac33a0fd8f89dc936ad95a8 (patch) | |
tree | 1da470e5d4c8f9ff7df4fafe62feabf2658668d7 | |
parent | 5e96c047f7e5da087f20c6aaf997b4083a0ff59c (diff) | |
download | portable-2286578fd4e93e024ac33a0fd8f89dc936ad95a8.tar.gz portable-2286578fd4e93e024ac33a0fd8f89dc936ad95a8.tar.bz2 portable-2286578fd4e93e024ac33a0fd8f89dc936ad95a8.zip |
update for new manpage conversions, add links
-rw-r--r-- | man/links | 1 | ||||
-rwxr-xr-x | update.sh | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -981,6 +981,7 @@ SSL_MLINKS="ASN1_OBJECT_new.3,ASN1_OBJECT_free.3 \ | |||
981 | SSL_CTX_use_certificate.3,SSL_CTX_use_RSAPrivateKey_file.3 \ | 981 | SSL_CTX_use_certificate.3,SSL_CTX_use_RSAPrivateKey_file.3 \ |
982 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_ASN1.3 \ | 982 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_ASN1.3 \ |
983 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_chain_file.3 \ | 983 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_chain_file.3 \ |
984 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_chain_mem.3 \ | ||
984 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_file.3 \ | 985 | SSL_CTX_use_certificate.3,SSL_CTX_use_certificate_file.3 \ |
985 | SSL_CTX_use_certificate.3,SSL_check_private_key.3 \ | 986 | SSL_CTX_use_certificate.3,SSL_check_private_key.3 \ |
986 | SSL_CTX_use_certificate.3,SSL_use_PrivateKey.3 \ | 987 | SSL_CTX_use_certificate.3,SSL_use_PrivateKey.3 \ |
@@ -290,6 +290,11 @@ echo "copying manpages" | |||
290 | $CP $i . | 290 | $CP $i . |
291 | echo "dist_man_MANS += $NAME" >> Makefile.am | 291 | echo "dist_man_MANS += $NAME" >> Makefile.am |
292 | done | 292 | done |
293 | for i in `ls -1 $libcrypto_src/man/*.3 | sort`; do | ||
294 | NAME=`basename "$i"` | ||
295 | $CP $i . | ||
296 | echo "dist_man_MANS += $NAME" >> Makefile.am | ||
297 | done | ||
293 | $CP $openssl_app_src/openssl.1 . | 298 | $CP $openssl_app_src/openssl.1 . |
294 | echo "dist_man_MANS += openssl.1" >> Makefile.am | 299 | echo "dist_man_MANS += openssl.1" >> Makefile.am |
295 | $CP $libtls_src/tls_init.3 . | 300 | $CP $libtls_src/tls_init.3 . |