pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 16 09:56:15 UTC 2024

Modified Files:
        pkgsrc/lang/erlang: Makefile Makefile.versions PLIST distinfo
            versions.mk
        pkgsrc/lang/erlang-doc: PLIST distinfo
        pkgsrc/lang/erlang-man: Makefile PLIST distinfo
        pkgsrc/lang/erlang/patches: patch-erts_emulator_Makefile.in
            patch-lib_odbc_c__src_Makefile.in

Log Message:
erlang: updated to 27.0.1

OTP-27.0.1

Improvements and New Features

Bump ex_doc version to v0.34.1 and fix copyright in published docs to have
correct year.

compiler-8.5.1

The compiler-8.5.1 application can be applied independently of other
applications on a full OTP 27 installation.

Fixed Bugs and Malfunctions

One of the compiler's optimization passes would get very slow when compiling
certain modules. The compiler will now automatically disable that pass for
input that would trigger the slowdown.

Fix +deterministic to work properly with documentation attributes.

Full runtime dependencies of compiler-8.5.1

crypto-5.1, erts-13.0, kernel-8.4, stdlib-6.0
edoc-1.3.1

The edoc-1.3.1 application can be applied independently of other applications on
a full OTP 27 installation.

Fixed Bugs and Malfunctions

Fix broken makefile dependency when building HTML documentation.

Full runtime dependencies of edoc-1.3.1

erts-11.0, inets-5.10, kernel-7.0, stdlib-4.0, syntax_tools-2.0, xmerl-1.3.7
erts-15.0.1

The erts-15.0.1 application can be applied independently of other applications
on a full OTP 27 installation.

Fixed Bugs and Malfunctions

In rare circumstances the JIT could do an unsafe in-place update of a tuple.

When a port command crashed in the inet driver during gen_tcp:send/2, a
monitor 'DOWN' message could be left lingering in the caller's mailbox. This
has now been fixed.

'DOWN' messages originating from a monitored port, contained the atom
process instead of the atom port as the third element when the exit reason
was not an immediate term.

Fix so that the options to enable Transparent Huge Page alignment of the
Erlang VM executable are only applied to the Erlang VM and not other native
programs such as erlc and dialyzer. This bug was introduced in Erlang/OTP
27.0.

When no time warp mode was enabled, a smaller Erlang monotonic time could
be read than a previously read time, i.e., breaking the monotonic property.
The runtime system will abort when detecting an issue like this since OTP
24.3.4.17 and OTP 25.0.

Up until OTP 25 no time warp mode is the default. As of OTP 26 multi time
warp mode is the default.

When calling trace:function(Session, _, true, [meta]) the meta tracer was
incorrectly set to be the calling process. Now it's set to the session tracer
as expected.

Full runtime dependencies of erts-15.0.1

kernel-9.0, sasl-3.3, stdlib-4.1
kernel-10.0.1

The kernel-10.0.1 application can be applied independently of other applications
on a full OTP 27 installation.

Improvements and New Features

Polish the logger documentation.

Full runtime dependencies of kernel-10.0.1

crypto-5.0, erts-15.0, sasl-3.0, stdlib-6.0
public_key-1.16.1

The public_key-1.16.1 application can be applied independently of other
applications on a full OTP 27 installation.

Fixed Bugs and Malfunctions

Fix bug in dnsName constraint check, could cause valid cert to be considered
bad during path validation.

Full runtime dependencies of public_key-1.16.1

asn1-3.0, crypto-4.6, erts-6.0, kernel-3.0, stdlib-3.5
ssh-5.2.1

The ssh-5.2.1 application can be applied independently of other applications on
a full OTP 27 installation.

Fixed Bugs and Malfunctions

With this change, race condition between connection closing and automatic
window adjustment is fixed.

Full runtime dependencies of ssh-5.2.1

crypto-5.0, erts-14.0, kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1,
stdlib-5.0, stdlib-6.0
ssl-11.2.1

The ssl-11.2.1 application can be applied independently of other applications on
a full OTP 27 installation.

Fixed Bugs and Malfunctions

Check for TLS-1.3 support should check minimum requirements.

If both TLS-1.3 and TLS-1.2 is supported and TLS-1.2 negotiated convert
TLS-1.3 ECDSA schemes to TLS-1.2 hash and signature pairs for increased
interoperability.

TLS-1.3 negotiation now uses SNI based options correctly instead of ignoring
them.

Improvements and New Features

Make it easier to distinguish between a invalid signature and unsupported
signature.

Enhance ALERT logs to help understand what causes the alert.

When the default value for signature_algs is used, default the
signature_algs_cert to the default value + rsa_pkcs1_sha1 to allow this
algorithms for certificates but not for the TLS protocol. This is for better
interoperability. If signature_algs is set explicitly signature_algs_cert must
also be set explicitly if they should be different.

Full runtime dependencies of ssl-11.2.1

crypto-5.0, erts-15.0, inets-5.10.7, kernel-9.0, public_key-1.15,
runtime_tools-1.15.1, stdlib-6.0
stdlib-6.0.1

The stdlib-6.0.1 application can be applied independently of other applications
on a full OTP 27 installation.

Fixed Bugs and Malfunctions

Fix so that missing -doc({file, File}) files only result in a warning and
not an error.

Fixed json bugs, json:encode_key_value_list/2 did not generate arrays
and json:decode/3 did not invoke the user callback for 0.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/lang/erlang/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/lang/erlang/Makefile.versions
cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/erlang/PLIST
cvs rdiff -u -r1.114 -r1.115 pkgsrc/lang/erlang/distinfo
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/erlang/versions.mk
cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/erlang-doc/PLIST
cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/erlang-doc/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/erlang-man/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/erlang-man/PLIST
cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/erlang-man/distinfo
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/lang/erlang/patches/patch-erts_emulator_Makefile.in
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/erlang/patches/patch-lib_odbc_c__src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/erlang/Makefile
diff -u pkgsrc/lang/erlang/Makefile:1.123 pkgsrc/lang/erlang/Makefile:1.124
--- pkgsrc/lang/erlang/Makefile:1.123   Mon May 27 19:07:50 2024
+++ pkgsrc/lang/erlang/Makefile Fri Aug 16 09:56:14 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.123 2024/05/27 19:07:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.124 2024/08/16 09:56:14 adam Exp $
 
 DISTNAME=      erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
 PKGNAME=       ${DISTNAME:S/OTP-/erlang-/}
-PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=erlang/}
 GITHUB_PROJECT=        otp

Index: pkgsrc/lang/erlang/Makefile.versions
diff -u pkgsrc/lang/erlang/Makefile.versions:1.73 pkgsrc/lang/erlang/Makefile.versions:1.74
--- pkgsrc/lang/erlang/Makefile.versions:1.73   Mon May  6 06:52:50 2024
+++ pkgsrc/lang/erlang/Makefile.versions        Fri Aug 16 09:56:14 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.versions,v 1.73 2024/05/06 06:52:50 wiz Exp $
+# $NetBSD: Makefile.versions,v 1.74 2024/08/16 09:56:14 adam Exp $
 
 # When making any update to the versions below (even patch level),
 # please check to see if the erlang-doc or erlang-man packages also
 # need their distinfo and PLIST files regenerated, as they almost
 # always will.
-DIST_VERSION_MAJOR=    26
-DIST_VERSION_MINOR=    2
-DIST_VERSION_PATCH=    5
+DIST_VERSION_MAJOR=    27
+DIST_VERSION_MINOR=    0
+DIST_VERSION_PATCH=    1
 
 .include "versions.mk"
 

Index: pkgsrc/lang/erlang/PLIST
diff -u pkgsrc/lang/erlang/PLIST:1.56 pkgsrc/lang/erlang/PLIST:1.57
--- pkgsrc/lang/erlang/PLIST:1.56       Wed Dec 20 18:46:53 2023
+++ pkgsrc/lang/erlang/PLIST    Fri Aug 16 09:56:14 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2023/12/20 18:46:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.57 2024/08/16 09:56:14 adam Exp $
 bin/ct_run
 bin/dialyzer
 bin/epmd
@@ -127,6 +127,7 @@ lib/erlang/lib/asn1-${VERSION.asn1}/ebin
 lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_imm.beam
 lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_name.beam
 lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_parser2.beam
+lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_partial_decode.beam
 lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_pretty_format.beam
 lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_rtt.beam
 lib/erlang/lib/asn1-${VERSION.asn1}/ebin/asn1ct_table.beam
@@ -153,6 +154,7 @@ lib/erlang/lib/asn1-${VERSION.asn1}/src/
 lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_imm.erl
 lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_name.erl
 lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_parser2.erl
+lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_partial_decode.erl
 lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_pretty_format.erl
 lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_rtt.erl
 lib/erlang/lib/asn1-${VERSION.asn1}/src/asn1ct_table.erl
@@ -195,6 +197,7 @@ lib/erlang/lib/common_test-${VERSION.com
 lib/erlang/lib/common_test-${VERSION.common_test}/ebin/ct_telnet_client.beam
 lib/erlang/lib/common_test-${VERSION.common_test}/ebin/ct_testspec.beam
 lib/erlang/lib/common_test-${VERSION.common_test}/ebin/ct_util.beam
+lib/erlang/lib/common_test-${VERSION.common_test}/ebin/cte_track.beam
 lib/erlang/lib/common_test-${VERSION.common_test}/ebin/cth_conn_log.beam
 lib/erlang/lib/common_test-${VERSION.common_test}/ebin/cth_log_redirect.beam
 lib/erlang/lib/common_test-${VERSION.common_test}/ebin/cth_surefire.beam
@@ -213,6 +216,8 @@ lib/erlang/lib/common_test-${VERSION.com
 lib/erlang/lib/common_test-${VERSION.common_test}/priv/jquery-latest.js
 lib/erlang/lib/common_test-${VERSION.common_test}/priv/jquery.tablesorter.min.js
 lib/erlang/lib/common_test-${VERSION.common_test}/priv/tile1.jpg
+lib/erlang/lib/common_test-${VERSION.common_test}/proper_ext/ct_proper_ext.beam
+lib/erlang/lib/common_test-${VERSION.common_test}/proper_ext/ct_proper_ext.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/ct.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/ct_config.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/ct_config_plain.erl
@@ -249,6 +254,7 @@ lib/erlang/lib/common_test-${VERSION.com
 lib/erlang/lib/common_test-${VERSION.common_test}/src/ct_testspec.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/ct_util.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/ct_util.hrl
+lib/erlang/lib/common_test-${VERSION.common_test}/src/cte_track.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/cth_conn_log.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/cth_log_redirect.erl
 lib/erlang/lib/common_test-${VERSION.common_test}/src/cth_surefire.erl
@@ -266,12 +272,13 @@ lib/erlang/lib/compiler-${VERSION.compil
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_bounds.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_call_types.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_clean.beam
+lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_core_to_ssa.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_dict.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_digraph.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_disasm.beam
+lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_doc.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_flatten.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_jump.beam
-lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_kernel_to_ssa.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_listing.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_opcodes.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa.beam
@@ -282,13 +289,14 @@ lib/erlang/lib/compiler-${VERSION.compil
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_check.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_codegen.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_dead.beam
+lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_destructive_update.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_lint.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_opt.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_pp.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_pre_codegen.beam
-lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_private_append.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_recv.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_share.beam
+lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_ss.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_throw.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_ssa_type.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/beam_trim.beam
@@ -316,11 +324,10 @@ lib/erlang/lib/compiler-${VERSION.compil
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/sys_core_fold_lists.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/sys_core_inline.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/sys_core_prepare.beam
+lib/erlang/lib/compiler-${VERSION.compiler}/ebin/sys_coverage.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/sys_messages.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/sys_pre_attributes.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/ebin/v3_core.beam
-lib/erlang/lib/compiler-${VERSION.compiler}/ebin/v3_kernel.beam
-lib/erlang/lib/compiler-${VERSION.compiler}/ebin/v3_kernel_pp.beam
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_a.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_asm.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_asm.hrl
@@ -328,13 +335,14 @@ lib/erlang/lib/compiler-${VERSION.compil
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_bounds.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_call_types.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_clean.erl
+lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_core_to_ssa.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_dict.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_digraph.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_disasm.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_disasm.hrl
+lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_doc.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_flatten.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_jump.erl
-lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_kernel_to_ssa.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_listing.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_opcodes.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_opcodes.hrl
@@ -347,14 +355,15 @@ lib/erlang/lib/compiler-${VERSION.compil
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_check.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_codegen.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_dead.erl
+lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_destructive_update.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_lint.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_opt.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_opt.hrl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_pp.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_pre_codegen.erl
-lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_private_append.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_recv.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_share.erl
+lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_ss.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_throw.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_ssa_type.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/beam_trim.erl
@@ -383,12 +392,10 @@ lib/erlang/lib/compiler-${VERSION.compil
 lib/erlang/lib/compiler-${VERSION.compiler}/src/sys_core_fold_lists.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/sys_core_inline.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/sys_core_prepare.erl
+lib/erlang/lib/compiler-${VERSION.compiler}/src/sys_coverage.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/sys_messages.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/sys_pre_attributes.erl
 lib/erlang/lib/compiler-${VERSION.compiler}/src/v3_core.erl
-lib/erlang/lib/compiler-${VERSION.compiler}/src/v3_kernel.erl
-lib/erlang/lib/compiler-${VERSION.compiler}/src/v3_kernel.hrl
-lib/erlang/lib/compiler-${VERSION.compiler}/src/v3_kernel_pp.erl
 lib/erlang/lib/crypto-${VERSION.crypto}/ebin/crypto.app
 lib/erlang/lib/crypto-${VERSION.crypto}/ebin/crypto.appup
 lib/erlang/lib/crypto-${VERSION.crypto}/ebin/crypto.beam
@@ -470,8 +477,6 @@ lib/erlang/lib/dialyzer-${VERSION.dialyz
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_dataflow.beam
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_dep.beam
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_dot.beam
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_explanation.beam
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_gui_wx.beam
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_incremental.beam
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_iplt.beam
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/ebin/dialyzer_options.beam
@@ -502,9 +507,6 @@ lib/erlang/lib/dialyzer-${VERSION.dialyz
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_dataflow.erl
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_dep.erl
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_dot.erl
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_explanation.erl
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_gui_wx.erl
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_gui_wx.hrl
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_incremental.erl
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_iplt.erl
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/src/dialyzer_options.erl
@@ -657,7 +659,9 @@ lib/erlang/lib/edoc-${VERSION.edoc}/ebin
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_data.beam
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_doclet.beam
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_doclet_chunks.beam
+lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_doclet_markdown.beam
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_extract.beam
+lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_html_to_markdown.beam
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_layout.beam
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_layout_chunks.beam
 lib/erlang/lib/edoc-${VERSION.edoc}/ebin/edoc_lib.beam
@@ -683,13 +687,14 @@ lib/erlang/lib/edoc-${VERSION.edoc}/src/
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_doclet.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_doclet.hrl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_doclet_chunks.erl
+lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_doclet_markdown.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_extract.erl
+lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_html_to_markdown.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_layout.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_layout_chunks.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_lib.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_macros.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_parser.erl
-lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_parser.yrl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_refs.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_report.erl
 lib/erlang/lib/edoc-${VERSION.edoc}/src/edoc_run.erl
@@ -707,55 +712,6 @@ lib/erlang/lib/eldap-${VERSION.eldap}/eb
 lib/erlang/lib/eldap-${VERSION.eldap}/ebin/eldap.beam
 lib/erlang/lib/eldap-${VERSION.eldap}/include/eldap.hrl
 lib/erlang/lib/eldap-${VERSION.eldap}/src/eldap.erl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/ebin/docgen_edoc_xml_cb.beam
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/ebin/docgen_otp_specs.beam
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/ebin/docgen_xmerl_xml_cb.beam
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/ebin/docgen_xml_to_chunk.beam
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/ebin/erl_docgen.app
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/ebin/erl_docgen.appup
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/bin/codeline_preprocessing.escript
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/bin/xml_from_edoc.escript
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/css/highlight.css
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/css/otp_doc.css
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/application.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/appref.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/book.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/chapter.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/common.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/common.entities.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/common.header.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/common.image.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/common.refs.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/common.table.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/comref.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/cref.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/erlref.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/fileref.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/part.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/xhtml-special.ent
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/xhtml-symbol.ent
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/xhtml1-frameset.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/xhtml1-strict.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd/xhtml1-transitional.dtd
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd_html_entities/xhtml-lat1.ent
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/dtd_man_entities/xhtml-lat1.ent
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/images/erlang-logo.gif
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/images/erlang-logo.png
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/js/flipmenu/flip_closed.gif
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/js/flipmenu/flip_open.gif
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/js/flipmenu/flip_static.gif
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/js/flipmenu/flipmenu.js
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_eix.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_funcs.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_html.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_html_params.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_man.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_pdf.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/priv/xsl/db_pdf_params.xsl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/src/docgen_edoc_xml_cb.erl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/src/docgen_otp_specs.erl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/src/docgen_xmerl_xml_cb.erl
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/src/docgen_xml_to_chunk.erl
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/bin/erl_call
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/ebin/erl_interface.app
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/ebin/erl_interface.appup
@@ -874,6 +830,7 @@ lib/erlang/lib/erts-${VERSION.erts}/ebin
 lib/erlang/lib/erts-${VERSION.erts}/ebin/erts_dirty_process_signal_handler.beam
 lib/erlang/lib/erts-${VERSION.erts}/ebin/erts_internal.beam
 lib/erlang/lib/erts-${VERSION.erts}/ebin/erts_literal_area_collector.beam
+lib/erlang/lib/erts-${VERSION.erts}/ebin/erts_trace_cleaner.beam
 lib/erlang/lib/erts-${VERSION.erts}/ebin/init.beam
 lib/erlang/lib/erts-${VERSION.erts}/ebin/persistent_term.beam
 lib/erlang/lib/erts-${VERSION.erts}/ebin/prim_buffer.beam
@@ -895,6 +852,7 @@ lib/erlang/lib/erts-${VERSION.erts}/src/
 lib/erlang/lib/erts-${VERSION.erts}/src/erts_dirty_process_signal_handler.erl
 lib/erlang/lib/erts-${VERSION.erts}/src/erts_internal.erl
 lib/erlang/lib/erts-${VERSION.erts}/src/erts_literal_area_collector.erl
+lib/erlang/lib/erts-${VERSION.erts}/src/erts_trace_cleaner.erl
 lib/erlang/lib/erts-${VERSION.erts}/src/init.erl
 lib/erlang/lib/erts-${VERSION.erts}/src/persistent_term.erl
 lib/erlang/lib/erts-${VERSION.erts}/src/prim_buffer.erl
@@ -1292,6 +1250,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_config.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_db.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_dns.beam
+lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_dns_tsig.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_epmd_dist.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_epmd_socket.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/inet_gethost_native.beam
@@ -1316,6 +1275,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_filters.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_formatter.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_h_common.beam
+lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_handler.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_handler_watcher.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_olp.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/logger_proxy.beam
@@ -1341,6 +1301,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/seq_trace.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/socket.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/standard_error.beam
+lib/erlang/lib/kernel-${VERSION.kernel}/ebin/trace.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/user_drv.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/user_sup.beam
 lib/erlang/lib/kernel-${VERSION.kernel}/ebin/wrap_log_reader.beam
@@ -1423,6 +1384,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_dns.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_dns.hrl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_dns_record_adts.hrl
+lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_dns_tsig.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_epmd_dist.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_epmd_socket.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/inet_gethost_native.erl
@@ -1448,6 +1410,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_formatter.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_h_common.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_h_common.hrl
+lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_handler.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_handler_watcher.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_internal.hrl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/logger_olp.erl
@@ -1475,6 +1438,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/src/seq_trace.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/socket.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/standard_error.erl
+lib/erlang/lib/kernel-${VERSION.kernel}/src/trace.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/user_drv.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/user_sup.erl
 lib/erlang/lib/kernel-${VERSION.kernel}/src/wrap_log_reader.erl
@@ -1852,19 +1816,6 @@ lib/erlang/lib/observer-${VERSION.observ
 lib/erlang/lib/observer-${VERSION.observer}/src/observer_wx.erl
 lib/erlang/lib/observer-${VERSION.observer}/src/ttb.erl
 lib/erlang/lib/observer-${VERSION.observer}/src/ttb_et.erl
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/c_src/odbcserver.c
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/c_src/odbcserver.h
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/ebin/odbc.app
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/ebin/odbc.appup
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/ebin/odbc.beam
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/ebin/odbc_app.beam
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/ebin/odbc_sup.beam
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/include/odbc.hrl
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/priv/bin/odbcserver
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/src/odbc.erl
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/src/odbc_app.erl
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/src/odbc_internal.hrl
-${PLIST.odbc}lib/erlang/lib/odbc-${VERSION.odbc}/src/odbc_sup.erl
 lib/erlang/lib/os_mon-${VERSION.os_mon}/ebin/cpu_sup.beam
 lib/erlang/lib/os_mon-${VERSION.os_mon}/ebin/disksup.beam
 lib/erlang/lib/os_mon-${VERSION.os_mon}/ebin/memsup.beam
@@ -2438,13 +2389,14 @@ lib/erlang/lib/ssh-${VERSION.ssh}/src/ss
 lib/erlang/lib/ssh-${VERSION.ssh}/src/ssh_transport.hrl
 lib/erlang/lib/ssh-${VERSION.ssh}/src/ssh_xfer.erl
 lib/erlang/lib/ssh-${VERSION.ssh}/src/ssh_xfer.hrl
-lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_connection.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_client_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_connection_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_gen_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_handshake.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_listener_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_packet_demux.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_record.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_server_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_server_session_cache_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_server_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/dtls_socket.beam
@@ -2490,13 +2442,15 @@ lib/erlang/lib/ssl-${VERSION.ssl}/ebin/s
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/ssl_trace.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/ssl_upgrade_server_session_cache_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_bloom_filter.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_client_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_client_connection_1_3.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_client_ticket_store.beam
-lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_connection_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dist_server_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dist_sup.beam
-lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dtls_connection.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dtls_client_connection.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dtls_gen_connection.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dtls_server_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_dyn_connection_sup.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_gen_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_gen_connection_1_3.beam
@@ -2505,6 +2459,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/ebin/t
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_record.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_record_1_3.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_sender.beam
+lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_server_connection.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_server_connection_1_3.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_server_session_ticket.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/ebin/tls_server_session_ticket_sup.beam
@@ -2523,7 +2478,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/exampl
 lib/erlang/lib/ssl-${VERSION.ssl}/examples/ebin/client_server.beam
 lib/erlang/lib/ssl-${VERSION.ssl}/examples/src/Makefile
 lib/erlang/lib/ssl-${VERSION.ssl}/examples/src/client_server.erl
-lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_connection.erl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_client_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_connection.hrl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_connection_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_gen_connection.erl
@@ -2533,6 +2488,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/src/dt
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_packet_demux.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_record.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_record.hrl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_server_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_server_session_cache_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_server_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/dtls_socket.erl
@@ -2584,14 +2540,16 @@ lib/erlang/lib/ssl-${VERSION.ssl}/src/ss
 lib/erlang/lib/ssl-${VERSION.ssl}/src/ssl_trace.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/ssl_upgrade_server_session_cache_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_bloom_filter.erl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_client_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_client_connection_1_3.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_client_ticket_store.erl
-lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_connection.hrl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_connection_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dist_server_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dist_sup.erl
-lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dtls_connection.erl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dtls_client_connection.erl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dtls_gen_connection.erl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dtls_server_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_dyn_connection_sup.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_gen_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_gen_connection_1_3.erl
@@ -2604,6 +2562,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/src/tl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_record_1_3.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_record_1_3.hrl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_sender.erl
+lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_server_connection.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_server_connection_1_3.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_server_session_ticket.erl
 lib/erlang/lib/ssl-${VERSION.ssl}/src/tls_server_session_ticket_sup.erl
@@ -2668,6 +2627,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/io_lib_format.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/io_lib_fread.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/io_lib_pretty.beam
+lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/json.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/lists.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/log_mf_h.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/maps.beam
@@ -2690,6 +2650,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/shell.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/shell_default.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/shell_docs.beam
+lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/shell_docs_markdown.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/slave.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/sofs.beam
 lib/erlang/lib/stdlib-${VERSION.stdlib}/ebin/stdlib.app
@@ -2771,6 +2732,8 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/io_lib_format.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/io_lib_fread.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/io_lib_pretty.erl
+lib/erlang/lib/stdlib-${VERSION.stdlib}/src/json.erl
+lib/erlang/lib/stdlib-${VERSION.stdlib}/src/json.hrl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/lists.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/log_mf_h.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/maps.erl
@@ -2794,6 +2757,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/shell.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/shell_default.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/shell_docs.erl
+lib/erlang/lib/stdlib-${VERSION.stdlib}/src/shell_docs_markdown.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/slave.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/sofs.erl
 lib/erlang/lib/stdlib-${VERSION.stdlib}/src/string.erl
@@ -2856,6 +2820,7 @@ lib/erlang/lib/tools-${VERSION.tools}/eb
 lib/erlang/lib/tools-${VERSION.tools}/ebin/tags.beam
 lib/erlang/lib/tools-${VERSION.tools}/ebin/tools.app
 lib/erlang/lib/tools-${VERSION.tools}/ebin/tools.appup
+lib/erlang/lib/tools-${VERSION.tools}/ebin/tprof.beam
 lib/erlang/lib/tools-${VERSION.tools}/ebin/xref.beam
 lib/erlang/lib/tools-${VERSION.tools}/ebin/xref_base.beam
 lib/erlang/lib/tools-${VERSION.tools}/ebin/xref_compiler.beam
@@ -2883,6 +2848,7 @@ lib/erlang/lib/tools-${VERSION.tools}/sr
 lib/erlang/lib/tools-${VERSION.tools}/src/lcnt.erl
 lib/erlang/lib/tools-${VERSION.tools}/src/make.erl
 lib/erlang/lib/tools-${VERSION.tools}/src/tags.erl
+lib/erlang/lib/tools-${VERSION.tools}/src/tprof.erl
 lib/erlang/lib/tools-${VERSION.tools}/src/xref.erl
 lib/erlang/lib/tools-${VERSION.tools}/src/xref.hrl
 lib/erlang/lib/tools-${VERSION.tools}/src/xref_base.erl
@@ -3482,6 +3448,7 @@ lib/erlang/lib/xmerl-${VERSION.xmerl}/eb
 lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_validate.beam
 lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_xlate.beam
 lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_xml.beam
+lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_xml_indent.beam
 lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_xpath.beam
 lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_xpath_lib.beam
 lib/erlang/lib/xmerl-${VERSION.xmerl}/ebin/xmerl_xpath_parse.beam
@@ -3524,6 +3491,7 @@ lib/erlang/lib/xmerl-${VERSION.xmerl}/sr
 lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_validate.erl
 lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_xlate.erl
 lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_xml.erl
+lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_xml_indent.erl
 lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_xpath.erl
 lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_xpath_lib.erl
 lib/erlang/lib/xmerl-${VERSION.xmerl}/src/xmerl_xpath_parse.erl

Index: pkgsrc/lang/erlang/distinfo
diff -u pkgsrc/lang/erlang/distinfo:1.114 pkgsrc/lang/erlang/distinfo:1.115
--- pkgsrc/lang/erlang/distinfo:1.114   Mon May 27 19:07:50 2024
+++ pkgsrc/lang/erlang/distinfo Fri Aug 16 09:56:14 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.114 2024/05/27 19:07:50 riastradh Exp $
+$NetBSD: distinfo,v 1.115 2024/08/16 09:56:14 adam Exp $
 
-BLAKE2s (erlang-26.2.5.tar.gz) = f846568c846c62db184fc50e30b16e22716a869ea0632f934294dd8f7bb2b821
-SHA512 (erlang-26.2.5.tar.gz) = f06d34290c0d93609aa3efbdc97206e8d3ce17aa2c3f62b6c566c7631ee3a3d45a89b61ce0ace81604b5a94610d03ad98558f27ee888ca90ecdeeeb2759c0184
-Size (erlang-26.2.5.tar.gz) = 62479032 bytes
-SHA1 (patch-erts_emulator_Makefile.in) = b99ccd2669652b1542b2ee99e09f886d864fd8be
+BLAKE2s (erlang-27.0.1.tar.gz) = a1a3de15111945edf2878d3fca02d88cc4b028571609981f8e5c3fc82dc78aca
+SHA512 (erlang-27.0.1.tar.gz) = 03bba7f7d8226474b4dba9855e78b59c7cf78973fbb2ed48893a26879dc0dce579336e9cae6870f154bdd48cf3be6398cc1ec4ff52f252017d84edb20d565e71
+Size (erlang-27.0.1.tar.gz) = 62055749 bytes
+SHA1 (patch-erts_emulator_Makefile.in) = 73b983936f6c52643e26530f133fbd32cdaf7b7e
 SHA1 (patch-erts_emulator_beam_erl__init.c) = ccbf4330a0774b97a3aca611fc57ba60062e1390
 SHA1 (patch-erts_emulator_beam_packet__parser.c) = 13cb7fb1d65ddac93221d85df1a44d76332b1cec
 SHA1 (patch-erts_emulator_drivers_common_inet__drv.c) = 937280446342ceb00e3d193fe0e2ee47765a9957
@@ -29,7 +29,7 @@ SHA1 (patch-lib_erl__interface_src_prog_
 SHA1 (patch-lib_inets_test_inets__socketwrap__SUITE__data_setuid__socket__wrap.c) = d2e0f9f439f641fda53f7226f787678e04ae59d6
 SHA1 (patch-lib_megaco_src_flex_Makefile.in) = 06eb5a76cc2e5adb4294c7db6919bb7c083c425c
 SHA1 (patch-lib_megaco_src_flex_megaco__flex__scanner__drv.flex.src) = de57f4a94cdce3782592b4767a731b3693ba0224
-SHA1 (patch-lib_odbc_c__src_Makefile.in) = 21dc0a123ae0d6f8e86f3fb9ffaf66e26361172b
+SHA1 (patch-lib_odbc_c__src_Makefile.in) = c34dd513e693839a8cf8cceac4655def300e7da4
 SHA1 (patch-lib_odbc_c__src_odbcserver.c) = 59960575f8ea8f6e65b2ad1f89632d48d40e2cfd
 SHA1 (patch-lib_runtime__tools_c__src_Makefile.in) = 98d351192902d5f6d3bd506c6e382caa06642383
 SHA1 (patch-make_otp.mk.in) = 9d1e33ab3660b5cf0faa2b74129158b71aae408f

Index: pkgsrc/lang/erlang/versions.mk
diff -u pkgsrc/lang/erlang/versions.mk:1.40 pkgsrc/lang/erlang/versions.mk:1.41
--- pkgsrc/lang/erlang/versions.mk:1.40 Mon May  6 06:52:51 2024
+++ pkgsrc/lang/erlang/versions.mk      Fri Aug 16 09:56:14 2024
@@ -1,3 +1,3 @@
-# $NetBSD: versions.mk,v 1.40 2024/05/06 06:52:51 wiz Exp $
+# $NetBSD: versions.mk,v 1.41 2024/08/16 09:56:14 adam Exp $
 # Do not edit, regenerate using 'make versions'
-_VERSIONS=     dialyzer 5.1.3 erts 14.2.5 kernel 9.2.4 mnesia 4.23.1 ssl 11.1.4 stdlib 5.2.3 asn1 5.2.2 common_test 1.26.2 compiler 8.4.3 crypto 5.4.2 debugger 5.3.4 diameter 2.3.2 edoc 1.2.1 eldap 
1.2.12 erl_docgen 1.5.2 erl_interface 5.5.1 et 1.7 eunit 2.9 ftp 1.2.1 inets 9.1 jinterface 1.14 megaco 4.5 observer 2.15.1 odbc 2.14.2 os_mon 2.9.1 parsetools 2.5 public_key 1.15.1 reltool 1.0 
runtime_tools 2.0.1 sasl 4.2.1 snmp 5.15 ssh 5.1.4 syntax_tools 3.1 tftp 1.1.1 tools 3.6 wx 2.4.1 xmerl 1.3.34
+_VERSIONS=     compiler 8.5.1 edoc 1.3.1 erts 15.0.1 kernel 10.0.1 public_key 1.16.1 ssh 5.2.1 ssl 11.2.1 stdlib 6.0.1 asn1 5.3 common_test 1.27 crypto 5.5 debugger 5.4 dialyzer 5.2 diameter 2.4 
eldap 1.2.13 erl_interface 5.5.2 et 1.7.1 eunit 2.9.1 ftp 1.2.2 inets 9.2 jinterface 1.14.1 megaco 4.6 mnesia 4.23.2 observer 2.16 odbc 2.14.3 os_mon 2.10 parsetools 2.6 reltool 1.0.1 runtime_tools 
2.1 sasl 4.2.2 snmp 5.16 syntax_tools 3.2 tftp 1.2 tools 4.0 wx 2.4.2 xmerl 2.0

Index: pkgsrc/lang/erlang-doc/PLIST
diff -u pkgsrc/lang/erlang-doc/PLIST:1.53 pkgsrc/lang/erlang-doc/PLIST:1.54
--- pkgsrc/lang/erlang-doc/PLIST:1.53   Wed Dec 20 18:46:53 2023
+++ pkgsrc/lang/erlang-doc/PLIST        Fri Aug 16 09:56:15 2024
@@ -1,253 +1,323 @@
-@comment $NetBSD: PLIST,v 1.53 2023/12/20 18:46:53 wiz Exp $
-lib/erlang/doc/applications.html
-lib/erlang/doc/design_principles/applications.html
-lib/erlang/doc/design_principles/appup_cookbook.html
-lib/erlang/doc/design_principles/clientserver.gif
-lib/erlang/doc/design_principles/code_lock.svg
-lib/erlang/doc/design_principles/code_lock_2.svg
-lib/erlang/doc/design_principles/des_princ.html
-lib/erlang/doc/design_principles/dist1.gif
-lib/erlang/doc/design_principles/dist2.gif
-lib/erlang/doc/design_principles/dist3.gif
-lib/erlang/doc/design_principles/dist4.gif
-lib/erlang/doc/design_principles/dist5.gif
-lib/erlang/doc/design_principles/distributed_applications.html
-lib/erlang/doc/design_principles/events.html
-lib/erlang/doc/design_principles/gen_server_concepts.html
-lib/erlang/doc/design_principles/inclappls.gif
-lib/erlang/doc/design_principles/included_applications.html
-lib/erlang/doc/design_principles/release_handling.html
-lib/erlang/doc/design_principles/release_structure.html
-lib/erlang/doc/design_principles/spec_proc.html
-lib/erlang/doc/design_principles/statem.html
-lib/erlang/doc/design_principles/sup-one_for_all.svg
-lib/erlang/doc/design_principles/sup-one_for_one.svg
-lib/erlang/doc/design_principles/sup-rest_for_one.svg
-lib/erlang/doc/design_principles/sup6.gif
-lib/erlang/doc/design_principles/sup_princ.html
-lib/erlang/doc/design_principles/users_guide.html
-lib/erlang/doc/docbuild/applications.html.src
-lib/erlang/doc/docbuild/erl_html_tools.beam
-lib/erlang/doc/docbuild/erl_html_tools.erl
-lib/erlang/doc/docbuild/erlresolvelinks.beam
-lib/erlang/doc/docbuild/erlresolvelinks.erl
-lib/erlang/doc/docbuild/index.html.src
-lib/erlang/doc/docbuild/otp_man_index.beam
-lib/erlang/doc/docbuild/otp_man_index.erl
-lib/erlang/doc/efficiency_guide/README
-lib/erlang/doc/efficiency_guide/advanced.html
-lib/erlang/doc/efficiency_guide/all.erl
-lib/erlang/doc/efficiency_guide/bench.erl
-lib/erlang/doc/efficiency_guide/bench.hrl
-lib/erlang/doc/efficiency_guide/binaryhandling.html
-lib/erlang/doc/efficiency_guide/call_bm.erl
-lib/erlang/doc/efficiency_guide/call_result.html
-lib/erlang/doc/efficiency_guide/commoncaveats.html
-lib/erlang/doc/efficiency_guide/drivers.html
-lib/erlang/doc/efficiency_guide/functions.html
-lib/erlang/doc/efficiency_guide/introduction.html
-lib/erlang/doc/efficiency_guide/listHandling.html
-lib/erlang/doc/efficiency_guide/maps.html
-lib/erlang/doc/efficiency_guide/myths.html
-lib/erlang/doc/efficiency_guide/processes.html
-lib/erlang/doc/efficiency_guide/profiling.html
-lib/erlang/doc/efficiency_guide/retired_myths.html
-lib/erlang/doc/efficiency_guide/tablesDatabases.html
-lib/erlang/doc/efficiency_guide/users_guide.html
-lib/erlang/doc/embedded/embedded_nt.html
-lib/erlang/doc/embedded/embedded_solaris.html
-lib/erlang/doc/embedded/users_guide.html
-lib/erlang/doc/erlang-logo.png
-lib/erlang/doc/general_info/deprecations.html
-lib/erlang/doc/general_info/removed.html
-lib/erlang/doc/general_info/scheduled_for_removal.html
-lib/erlang/doc/general_info/upcoming_incompatibilities.html
-lib/erlang/doc/general_info/users_guide.html
-lib/erlang/doc/getting_started/conc_prog.html
-lib/erlang/doc/getting_started/intro.html
-lib/erlang/doc/getting_started/record_macros.html
-lib/erlang/doc/getting_started/robustness.html
-lib/erlang/doc/getting_started/seq_prog.html
-lib/erlang/doc/getting_started/users_guide.html
-lib/erlang/doc/highlight.css
+@comment $NetBSD: PLIST,v 1.54 2024/08/16 09:56:15 adam Exp $
+lib/erlang/doc/.build
+lib/erlang/doc/404.html
+lib/erlang/doc/asn1.html
+lib/erlang/doc/assets/logo.png
+lib/erlang/doc/common_test.html
+lib/erlang/doc/compiler.html
+lib/erlang/doc/crypto.html
+lib/erlang/doc/debugger.html
+lib/erlang/doc/deprecations.html
+lib/erlang/doc/design_principles.html
+lib/erlang/doc/dialyzer.html
+lib/erlang/doc/diameter.html
+lib/erlang/doc/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/doc/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/doc/dist/html-7XSQ4GTY.js
+lib/erlang/doc/dist/html-erlang-APNLKZCW.css
+lib/erlang/doc/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/doc/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/doc/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/doc/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/doc/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/doc/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/doc/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/doc/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/doc/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/doc/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/doc/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/doc/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/doc/dist/remixicon-NKANDIL5.woff2
+lib/erlang/doc/dist/search_data-46BC4A17.js
+lib/erlang/doc/dist/sidebar_items-35348DA6.js
+lib/erlang/doc/edoc.html
+lib/erlang/doc/efficiency_guide.html
+lib/erlang/doc/eldap.html
+lib/erlang/doc/embedded.html
+lib/erlang/doc/erl_interface.html
+lib/erlang/doc/erts.html
+lib/erlang/doc/et.html
+lib/erlang/doc/eunit.html
+lib/erlang/doc/ftp.html
+lib/erlang/doc/getting_started.html
 lib/erlang/doc/index.html
-lib/erlang/doc/installation_guide/INSTALL-CROSS.html
-lib/erlang/doc/installation_guide/INSTALL-WIN32.html
-lib/erlang/doc/installation_guide/INSTALL.html
-lib/erlang/doc/installation_guide/OTP-PATCH-APPLY.html
-lib/erlang/doc/installation_guide/install-binary.html
-lib/erlang/doc/installation_guide/source/INSTALL-CROSS.html
-lib/erlang/doc/installation_guide/source/INSTALL-WIN32.html
-lib/erlang/doc/installation_guide/source/INSTALL.html
-lib/erlang/doc/installation_guide/source/OTP-PATCH-APPLY.html
-lib/erlang/doc/installation_guide/users_guide.html
-lib/erlang/doc/js/erlresolvelinks.js
-lib/erlang/doc/js/flipmenu/flip_closed.gif
-lib/erlang/doc/js/flipmenu/flip_open.gif
-lib/erlang/doc/js/flipmenu/flip_static.gif
-lib/erlang/doc/js/flipmenu/flipmenu.js
-lib/erlang/doc/js/highlight.js
-lib/erlang/doc/js/highlight.pack.js
-lib/erlang/doc/js/topbar.js
+lib/erlang/doc/inets.html
+lib/erlang/doc/installation_guide.html
+lib/erlang/doc/jinterface.html
+lib/erlang/doc/kernel.html
 lib/erlang/doc/man_index.html
-lib/erlang/doc/nyi.html
-lib/erlang/doc/oam/oam_intro.html
-lib/erlang/doc/oam/snmp_model_1.gif
-lib/erlang/doc/oam/snmp_model_2.gif
-lib/erlang/doc/oam/snmp_model_3.gif
-lib/erlang/doc/oam/terminology.gif
-lib/erlang/doc/oam/users_guide.html
-lib/erlang/doc/otp_doc.css
-lib/erlang/doc/pdf/otp-system-documentation-${VERSION.erts}.pdf
-lib/erlang/doc/programming_examples/bit_syntax.html
-lib/erlang/doc/programming_examples/funs.html
-lib/erlang/doc/programming_examples/list_comprehensions.html
-lib/erlang/doc/programming_examples/records.html
-lib/erlang/doc/programming_examples/users_guide.html
-lib/erlang/doc/reference_manual/character_set.html
-lib/erlang/doc/reference_manual/code_loading.html
-lib/erlang/doc/reference_manual/data_types.html
-lib/erlang/doc/reference_manual/distributed.html
-lib/erlang/doc/reference_manual/errors.html
-lib/erlang/doc/reference_manual/expressions.html
-lib/erlang/doc/reference_manual/features.html
-lib/erlang/doc/reference_manual/functions.html
-lib/erlang/doc/reference_manual/introduction.html
-lib/erlang/doc/reference_manual/macros.html
-lib/erlang/doc/reference_manual/modules.html
-lib/erlang/doc/reference_manual/opaques.html
-lib/erlang/doc/reference_manual/patterns.html
-lib/erlang/doc/reference_manual/ports.html
-lib/erlang/doc/reference_manual/processes.html
-lib/erlang/doc/reference_manual/records.html
-lib/erlang/doc/reference_manual/typespec.html
-lib/erlang/doc/reference_manual/users_guide.html
-lib/erlang/doc/standard/implementors_guide_v10-13.pdf
-lib/erlang/doc/standard/rfc3525.txt
-lib/erlang/doc/standard/rfc4234.txt
-lib/erlang/doc/standard/rfc4566.txt
-lib/erlang/doc/system_architecture_intro/sys_arch_intro.html
-lib/erlang/doc/system_architecture_intro/users_guide.html
-lib/erlang/doc/system_principles/create_target.html
-lib/erlang/doc/system_principles/error_logging.html
-lib/erlang/doc/system_principles/misc.html
-lib/erlang/doc/system_principles/system_principles.html
-lib/erlang/doc/system_principles/upgrade.html
-lib/erlang/doc/system_principles/users_guide.html
-lib/erlang/doc/system_principles/versions.html
-lib/erlang/doc/tutorial/c_port.html
-lib/erlang/doc/tutorial/c_portdriver.html
-lib/erlang/doc/tutorial/cnode.html
-lib/erlang/doc/tutorial/cnode_c.c
-lib/erlang/doc/tutorial/cnode_s.c
-lib/erlang/doc/tutorial/cnode_s2.c
-lib/erlang/doc/tutorial/complex.c
-lib/erlang/doc/tutorial/complex1.erl
-lib/erlang/doc/tutorial/complex2.erl
-lib/erlang/doc/tutorial/complex3.erl
-lib/erlang/doc/tutorial/complex4.erl
-lib/erlang/doc/tutorial/complex5.erl
-lib/erlang/doc/tutorial/debugging.html
-lib/erlang/doc/tutorial/ei.c
-lib/erlang/doc/tutorial/erl_comm.c
-lib/erlang/doc/tutorial/erl_interface.html
-lib/erlang/doc/tutorial/example.html
-lib/erlang/doc/tutorial/introduction.html
-lib/erlang/doc/tutorial/nif.html
-lib/erlang/doc/tutorial/overview.html
-lib/erlang/doc/tutorial/port.c
-lib/erlang/doc/tutorial/port.gif
-lib/erlang/doc/tutorial/port_driver.c
-lib/erlang/doc/tutorial/port_driver.gif
-lib/erlang/doc/tutorial/users_guide.html
-lib/erlang/erts-${VERSION.erts}/doc/html/BeamAsm.html
-lib/erlang/erts-${VERSION.erts}/doc/html/CarrierMigration.html
-lib/erlang/erts-${VERSION.erts}/doc/html/CodeLoading.html
-lib/erlang/erts-${VERSION.erts}/doc/html/CountingInstructions.html
-lib/erlang/erts-${VERSION.erts}/doc/html/DelayedDealloc.html
-lib/erlang/erts-${VERSION.erts}/doc/html/GarbageCollection.html
-lib/erlang/erts-${VERSION.erts}/doc/html/PTables.html
-lib/erlang/erts-${VERSION.erts}/doc/html/PortSignals.html
-lib/erlang/erts-${VERSION.erts}/doc/html/ProcessManagementOptimizations.html
-lib/erlang/erts-${VERSION.erts}/doc/html/SuperCarrier.html
-lib/erlang/erts-${VERSION.erts}/doc/html/ThreadProgress.html
-lib/erlang/erts-${VERSION.erts}/doc/html/Tracing.html
+lib/erlang/doc/megaco.html
+lib/erlang/doc/mnesia.html
+lib/erlang/doc/oam.html
+lib/erlang/doc/observer.html
+lib/erlang/doc/odbc.html
+lib/erlang/doc/os_mon.html
+lib/erlang/doc/parsetools.html
+lib/erlang/doc/programming_examples.html
+lib/erlang/doc/public_key.html
+lib/erlang/doc/readme.html
+lib/erlang/doc/reference_manual.html
+lib/erlang/doc/reltool.html
+lib/erlang/doc/removed.html
+lib/erlang/doc/runtime_tools.html
+lib/erlang/doc/sasl.html
+lib/erlang/doc/scheduled_for_removal.html
+lib/erlang/doc/search.html
+lib/erlang/doc/snmp.html
+lib/erlang/doc/ssh.html
+lib/erlang/doc/ssl.html
+lib/erlang/doc/stdlib.html
+lib/erlang/doc/syntax_tools.html
+lib/erlang/doc/system/.build
+lib/erlang/doc/system/404.html
+lib/erlang/doc/system/Erlang System Documentation.epub
+lib/erlang/doc/system/applications.html
+lib/erlang/doc/system/appup_cookbook.html
+lib/erlang/doc/system/assets/dist1.gif
+lib/erlang/doc/system/assets/dist2.gif
+lib/erlang/doc/system/assets/dist3.gif
+lib/erlang/doc/system/assets/dist4.gif
+lib/erlang/doc/system/assets/dist5.gif
+lib/erlang/doc/system/assets/erlang-logo.png
+lib/erlang/doc/system/assets/logo.png
+lib/erlang/doc/system/assets/snmp_model_1.gif
+lib/erlang/doc/system/assets/snmp_model_2.gif
+lib/erlang/doc/system/assets/snmp_model_3.gif
+lib/erlang/doc/system/assets/terminology.gif
+lib/erlang/doc/system/benchmarking.html
+lib/erlang/doc/system/binaryhandling.html
+lib/erlang/doc/system/bit_syntax.html
+lib/erlang/doc/system/c_port.html
+lib/erlang/doc/system/c_portdriver.html
+lib/erlang/doc/system/character_set.html
+lib/erlang/doc/system/cnode.html
+lib/erlang/doc/system/code_loading.html
+lib/erlang/doc/system/commoncaveats.html
+lib/erlang/doc/system/conc_prog.html
+lib/erlang/doc/system/create_target.html
+lib/erlang/doc/system/data_types.html
+lib/erlang/doc/system/debugging.html
+lib/erlang/doc/system/design_principles.html
+lib/erlang/doc/system/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/doc/system/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/doc/system/dist/html-7XSQ4GTY.js
+lib/erlang/doc/system/dist/html-erlang-APNLKZCW.css
+lib/erlang/doc/system/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/doc/system/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/doc/system/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/doc/system/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/doc/system/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/doc/system/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/doc/system/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/doc/system/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/doc/system/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/doc/system/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/doc/system/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/doc/system/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/doc/system/dist/remixicon-NKANDIL5.woff2
+lib/erlang/doc/system/dist/search_data-7F5449E5.js
+lib/erlang/doc/system/dist/sidebar_items-976EDCF5.js
+lib/erlang/doc/system/distributed.html
+lib/erlang/doc/system/distributed_applications.html
+lib/erlang/doc/system/documentation.html
+lib/erlang/doc/system/drivers.html
+lib/erlang/doc/system/eff_guide_functions.html
+lib/erlang/doc/system/eff_guide_processes.html
+lib/erlang/doc/system/efficiency_guide.html
+lib/erlang/doc/system/embedded.html
+lib/erlang/doc/system/erl_interface.html
+lib/erlang/doc/system/error_logging.html
+lib/erlang/doc/system/errors.html
+lib/erlang/doc/system/events.html
+lib/erlang/doc/system/example.html
+lib/erlang/doc/system/expressions.html
+lib/erlang/doc/system/features.html
+lib/erlang/doc/system/funs.html
+lib/erlang/doc/system/gen_server_concepts.html
+lib/erlang/doc/system/getting_started.html
+lib/erlang/doc/system/included_applications.html
+lib/erlang/doc/system/index.html
+lib/erlang/doc/system/install-cross.html
+lib/erlang/doc/system/install-win32.html
+lib/erlang/doc/system/install.html
+lib/erlang/doc/system/installation_guide.html
+lib/erlang/doc/system/list_comprehensions.html
+lib/erlang/doc/system/listhandling.html
+lib/erlang/doc/system/macros.html
+lib/erlang/doc/system/maps.html
+lib/erlang/doc/system/memory.html
+lib/erlang/doc/system/misc.html
+lib/erlang/doc/system/modules.html
+lib/erlang/doc/system/nif.html
+lib/erlang/doc/system/oam.html
+lib/erlang/doc/system/opaques.html
+lib/erlang/doc/system/otp-patch-apply.html
+lib/erlang/doc/system/overview.html
+lib/erlang/doc/system/patterns.html
+lib/erlang/doc/system/ports.html
+lib/erlang/doc/system/profiling.html
+lib/erlang/doc/system/prog_ex_records.html
+lib/erlang/doc/system/programming_examples.html
+lib/erlang/doc/system/readme.html
+lib/erlang/doc/system/records_macros.html
+lib/erlang/doc/system/ref_man_functions.html
+lib/erlang/doc/system/ref_man_processes.html
+lib/erlang/doc/system/ref_man_records.html
+lib/erlang/doc/system/reference_manual.html
+lib/erlang/doc/system/release_handling.html
+lib/erlang/doc/system/release_structure.html
+lib/erlang/doc/system/robustness.html
+lib/erlang/doc/system/search.html
+lib/erlang/doc/system/seq_prog.html
+lib/erlang/doc/system/spec_proc.html
+lib/erlang/doc/system/statem.html
+lib/erlang/doc/system/sup_princ.html
+lib/erlang/doc/system/system_limits.html
+lib/erlang/doc/system/system_principles.html
+lib/erlang/doc/system/tablesdatabases.html
+lib/erlang/doc/system/tutorial.html
+lib/erlang/doc/system/typespec.html
+lib/erlang/doc/system/upgrade.html
+lib/erlang/doc/system/versions.html
+lib/erlang/doc/system_principles.html
+lib/erlang/doc/tftp.html
+lib/erlang/doc/tools.html
+lib/erlang/doc/tutorial.html
+lib/erlang/doc/upcoming_incompatibilities.html
+lib/erlang/doc/wx.html
+lib/erlang/doc/xmerl.html
+lib/erlang/erts-${VERSION.erts}/doc/html/.build
+lib/erlang/erts-${VERSION.erts}/doc/html/404.html
 lib/erlang/erts-${VERSION.erts}/doc/html/absform.html
 lib/erlang/erts-${VERSION.erts}/doc/html/alt_disco.html
 lib/erlang/erts-${VERSION.erts}/doc/html/alt_dist.html
+lib/erlang/erts-${VERSION.erts}/doc/html/api-reference.html
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/beamasm-perf-annotate.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/erl_uds_dist.erl
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gc-heap-scan1.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gc-heap-stop.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gc-rootset-scan.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gc-start.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gc-watermark-2.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gc-watermark.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/gen_tcp_dist.erl
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/logo.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/perf-beamasm-merged.svg
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/perf-beamasm.png
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/perf-beamasm.svg
+lib/erlang/erts-${VERSION.erts}/doc/html/assets/time_compat.erl
 lib/erlang/erts-${VERSION.erts}/doc/html/atomics.html
+lib/erlang/erts-${VERSION.erts}/doc/html/automaticyieldingofccode.html
 lib/erlang/erts-${VERSION.erts}/doc/html/beam_makeops.html
+lib/erlang/erts-${VERSION.erts}/doc/html/beamasm.html
+lib/erlang/erts-${VERSION.erts}/doc/html/carriermigration.html
+lib/erlang/erts-${VERSION.erts}/doc/html/codeloading.html
 lib/erlang/erts-${VERSION.erts}/doc/html/communication.html
 lib/erlang/erts-${VERSION.erts}/doc/html/counters.html
+lib/erlang/erts-${VERSION.erts}/doc/html/countinginstructions.html
 lib/erlang/erts-${VERSION.erts}/doc/html/crash_dump.html
+lib/erlang/erts-${VERSION.erts}/doc/html/delayeddealloc.html
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/search_data-1A4810AE.js
+lib/erlang/erts-${VERSION.erts}/doc/html/dist/sidebar_items-340A298D.js
 lib/erlang/erts-${VERSION.erts}/doc/html/driver.html
 lib/erlang/erts-${VERSION.erts}/doc/html/driver_entry.html
-lib/erlang/erts-${VERSION.erts}/doc/html/epmd.html
-lib/erlang/erts-${VERSION.erts}/doc/html/erl.html
+lib/erlang/erts-${VERSION.erts}/doc/html/epmd_cmd.html
+lib/erlang/erts-${VERSION.erts}/doc/html/erl_cmd.html
 lib/erlang/erts-${VERSION.erts}/doc/html/erl_dist_protocol.html
 lib/erlang/erts-${VERSION.erts}/doc/html/erl_driver.html
 lib/erlang/erts-${VERSION.erts}/doc/html/erl_ext_dist.html
-lib/erlang/erts-${VERSION.erts}/doc/html/erl_ext_fig.gif
 lib/erlang/erts-${VERSION.erts}/doc/html/erl_nif.html
 lib/erlang/erts-${VERSION.erts}/doc/html/erl_prim_loader.html
 lib/erlang/erts-${VERSION.erts}/doc/html/erl_tracer.html
-lib/erlang/erts-${VERSION.erts}/doc/html/erl_uds_dist.erl
 lib/erlang/erts-${VERSION.erts}/doc/html/erlang.html
-lib/erlang/erts-${VERSION.erts}/doc/html/erlc.html
-lib/erlang/erts-${VERSION.erts}/doc/html/erlsrv.html
-lib/erlang/erts-${VERSION.erts}/doc/html/erts.eix
+lib/erlang/erts-${VERSION.erts}/doc/html/erlc_cmd.html
+lib/erlang/erts-${VERSION.erts}/doc/html/erlsrv_cmd.html
 lib/erlang/erts-${VERSION.erts}/doc/html/erts_alloc.html
-lib/erlang/erts-${VERSION.erts}/doc/html/escript.html
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/beamasm-perf-annotate.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/gc-heap-scan1.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/gc-heap-stop.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/gc-rootset-scan.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/gc-start.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/gc-watermark-2.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/gc-watermark.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/perf-beamasm-merged.svg
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/perf-beamasm.png
-lib/erlang/erts-${VERSION.erts}/doc/html/figures/perf-beamasm.svg
-lib/erlang/erts-${VERSION.erts}/doc/html/gen_tcp_dist.erl
+lib/erlang/erts-${VERSION.erts}/doc/html/escript_cmd.html
+lib/erlang/erts-${VERSION.erts}/doc/html/garbagecollection.html
 lib/erlang/erts-${VERSION.erts}/doc/html/index.html
 lib/erlang/erts-${VERSION.erts}/doc/html/inet_cfg.html
 lib/erlang/erts-${VERSION.erts}/doc/html/init.html
-lib/erlang/erts-${VERSION.erts}/doc/html/internal_docs.html
 lib/erlang/erts-${VERSION.erts}/doc/html/introduction.html
 lib/erlang/erts-${VERSION.erts}/doc/html/match_spec.html
 lib/erlang/erts-${VERSION.erts}/doc/html/notes.html
 lib/erlang/erts-${VERSION.erts}/doc/html/persistent_term.html
-lib/erlang/erts-${VERSION.erts}/doc/html/release_notes.html
-lib/erlang/erts-${VERSION.erts}/doc/html/run_erl.html
-lib/erlang/erts-${VERSION.erts}/doc/html/start.html
-lib/erlang/erts-${VERSION.erts}/doc/html/start_erl.html
-lib/erlang/erts-${VERSION.erts}/doc/html/time_compat.erl
+lib/erlang/erts-${VERSION.erts}/doc/html/portsignals.html
+lib/erlang/erts-${VERSION.erts}/doc/html/processmanagementoptimizations.html
+lib/erlang/erts-${VERSION.erts}/doc/html/ptables.html
+lib/erlang/erts-${VERSION.erts}/doc/html/run_erl_cmd.html
+lib/erlang/erts-${VERSION.erts}/doc/html/search.html
+lib/erlang/erts-${VERSION.erts}/doc/html/start_cmd.html
+lib/erlang/erts-${VERSION.erts}/doc/html/start_erl_cmd.html
+lib/erlang/erts-${VERSION.erts}/doc/html/supercarrier.html
+lib/erlang/erts-${VERSION.erts}/doc/html/threadprogress.html
 lib/erlang/erts-${VERSION.erts}/doc/html/time_correction.html
+lib/erlang/erts-${VERSION.erts}/doc/html/tracing.html
 lib/erlang/erts-${VERSION.erts}/doc/html/tty.html
-lib/erlang/erts-${VERSION.erts}/doc/html/users_guide.html
-lib/erlang/erts-${VERSION.erts}/doc/html/werl.html
+lib/erlang/erts-${VERSION.erts}/doc/html/werl_cmd.html
 lib/erlang/erts-${VERSION.erts}/doc/html/zlib.html
-lib/erlang/erts-${VERSION.erts}/doc/pdf/erts-${VERSION.erts}.pdf
-lib/erlang/erts-${VERSION.erts}/info
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1.eix
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/.build
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/404.html
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/api-reference.html
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1.epub
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_getting_started.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_introduction.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_overview.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_spec.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1ct.html
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/exclusive_Win_But.gif
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/assets/exclusive_Win_But.gif
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/assets/logo.png
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/assets/selective_TypeList.gif
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/assets/selective_Window2.gif
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/search_data-06A31C18.js
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/dist/sidebar_items-C28B0719.js
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/index.html
 lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/notes.html
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/release_notes.html
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/selective_TypeList.gif
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/selective_Window2.gif
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/users_guide.html
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/pdf/asn1-${VERSION.asn1}.pdf
-lib/erlang/lib/asn1-${VERSION.asn1}/info
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/search.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/.build
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/404.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/api-reference.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/assets/config.gif
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/assets/html_logs.gif
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/assets/logo.png
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/assets/tc_execution.gif
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/basics_chapter.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test.eix
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test.epub
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test_app.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/config.gif
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/config_file_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/cover_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct.html
@@ -261,7 +331,7 @@ lib/erlang/lib/common_test-${VERSION.com
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_property_test.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_property_test_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_rpc.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_run.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_run_cmd.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_slave.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_snmp.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_ssh.html
@@ -269,41 +339,98 @@ lib/erlang/lib/common_test-${VERSION.com
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_telnet.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_testspec.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dependencies_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/search_data-F2501AFF.js
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dist/sidebar_items-18AFF450.js
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/event_handler_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/example_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/getting_started_chapter.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/html_logs.gif
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/index.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/install_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/introduction.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/notes.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/release_notes.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/run_test_chapter.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/tc_execution.gif
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/search.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/test_structure_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/unix_telnet.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/users_guide.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/why_test_chapter.html
 lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/write_test_chapter.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/pdf/common_test-${VERSION.common_test}.pdf
-lib/erlang/lib/common_test-${VERSION.common_test}/info
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/.build
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/404.html
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/api-reference.html
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/assets/logo.png
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/beam_ssa.html
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/cerl.html
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/cerl_clauses.html
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/cerl_trees.html
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compile.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compiler.eix
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compiler.epub
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/search_data-C916922F.js
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/dist/sidebar_items-F6221353.js
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/index.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/internal_docs.html
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/notes.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/release_notes.html
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/search.html
 lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/ssa_checks.html
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/pdf/compiler-${VERSION.compiler}.pdf
-lib/erlang/lib/compiler-${VERSION.compiler}/info
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/.build
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/404.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/algorithm_details.html
-lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.eix
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/api-reference.html
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/assets/logo.png
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.epub
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto_app.html
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/search_data-03E07FF6.js
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/dist/sidebar_items-EA7182F4.js
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/engine_keys.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/engine_load.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/fips.html
@@ -311,40 +438,81 @@ lib/erlang/lib/crypto-${VERSION.crypto}/
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/licenses.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/new_api.html
 lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/notes.html
-lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/release_notes.html
-lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/users_guide.html
-lib/erlang/lib/crypto-${VERSION.crypto}/doc/pdf/crypto-${VERSION.crypto}.pdf
-lib/erlang/lib/crypto-${VERSION.crypto}/info
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/attach.jpg
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/cond_break_dialog.jpg
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.eix
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/search.html
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/.build
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/404.html
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/api-reference.html
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/attach.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/cond_break_dialog.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/function_break_dialog.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/interpret.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/line_break_dialog.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/logo.png
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/monitor.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/assets/view.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.epub
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.html
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger_chapter.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/function_break_dialog.jpg
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/search_data-55C9925A.js
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/dist/sidebar_items-E1F6BD8E.js
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/i.html
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/index.html
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/int.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/interpret.jpg
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/introduction.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/line_break_dialog.jpg
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/monitor.jpg
 lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/notes.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/release_notes.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/users_guide.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/view.jpg
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/pdf/debugger-${VERSION.debugger}.pdf
-lib/erlang/lib/debugger-${VERSION.debugger}/info
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.eix
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/search.html
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/.build
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/404.html
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/api-reference.html
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/assets/logo.png
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.epub
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.html
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer_chapter.html
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/search_data-9F91DCE2.js
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dist/sidebar_items-D08FD193.js
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/index.html
 lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/notes.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/release_notes.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/typer.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/users_guide.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/pdf/dialyzer-${VERSION.dialyzer}.pdf
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/info
-lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter.eix
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/search.html
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/typer_cmd.html
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/.build
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/404.html
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/api-reference.html
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/assets/logo.png
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter.epub
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter.html
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter_app.html
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter_codec.html
@@ -357,72 +525,164 @@ lib/erlang/lib/diameter-${VERSION.diamet
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter_tcp.html
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter_transport.html
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameter_using.html
-lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameterc.html
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/diameterc_cmd.html
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/search_data-63986A94.js
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/dist/sidebar_items-9E4925B5.js
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/index.html
 lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/notes.html
-lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/release_notes.html
-lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/users_guide.html
-lib/erlang/lib/diameter-${VERSION.diameter}/doc/pdf/diameter-${VERSION.diameter}.pdf
-lib/erlang/lib/diameter-${VERSION.diameter}/info
+lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/search.html
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/.build
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/404.html
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/api-reference.html
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/assets/edoc.dtd
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/assets/edoc_doclet.hrl
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/assets/logo.png
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/chapter.html
-lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc.dtd
-lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc.eix
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/search_data-FE0CB101.js
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/dist/sidebar_items-8E345266.js
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/doc_storage.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_cmd.html
-lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_doclet.hrl
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_doclet.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_doclet_chunks.html
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_doclet_markdown.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_extract.html
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_html_to_markdown.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_layout.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_layout_chunks.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_lib.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_run.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/index.html
 lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/notes.html
-lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/release_notes.html
-lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/users_guide.html
-lib/erlang/lib/edoc-${VERSION.edoc}/doc/pdf/edoc-${VERSION.edoc}.pdf
-lib/erlang/lib/edoc-${VERSION.edoc}/info
-lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/eldap.eix
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/search.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/.build
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/404.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/api-reference.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/assets/logo.png
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/search_data-1A8AA22A.js
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/dist/sidebar_items-A81F2B0C.js
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/eldap.epub
 lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/eldap.html
 lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/index.html
 lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/notes.html
-lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/release_notes.html
-lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/users_guide.html
-lib/erlang/lib/eldap-${VERSION.eldap}/doc/pdf/eldap-${VERSION.eldap}.pdf
-lib/erlang/lib/eldap-${VERSION.eldap}/info
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/block_tags.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/character_entities.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/doc-build.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/doc_storage.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/erl_docgen.eix
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/erl_docgen_app.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/header_tags.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/index.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/inline_tags.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/man.gif
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/notes.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/overview.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/refman_dtds.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/release_notes.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/user_guide_dtds.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/users_guide.html
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/pdf/erl_docgen-${VERSION.erl_docgen}.pdf
-lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/info
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/search.html
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/.build
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/404.html
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/assets/logo.png
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/search_data-9F95457F.js
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/dist/sidebar_items-8A5CCEF3.js
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei.html
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei_connect.html
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei_global.html
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei_users_guide.html
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_call.html
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_interface.eix
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_call_cmd.html
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_interface.epub
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/index.html
 lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/notes.html
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/release_notes.html
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/users_guide.html
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/pdf/erl_interface-${VERSION.erl_interface}.pdf
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/info
-lib/erlang/lib/et-${VERSION.et}/doc/html/coffee_order.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/et.eix
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/search.html
+lib/erlang/lib/et-${VERSION.et}/doc/html/.build
+lib/erlang/lib/et-${VERSION.et}/doc/html/404.html
+lib/erlang/lib/et-${VERSION.et}/doc/html/api-reference.html
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/coffee_order.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/live_trans.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/logo.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/megaco_collector.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/megaco_filter.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/megaco_tracer.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/sim_trans.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/sim_trans_contents_viewer_collector.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/sim_trans_contents_viewer_mgr_actors.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/sim_trans_mgr_actors.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/sim_trans_move_actor.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/assets/sim_trans_write_lock.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/search_data-F7B0262D.js
+lib/erlang/lib/et-${VERSION.et}/doc/html/dist/sidebar_items-207E2C66.js
+lib/erlang/lib/et-${VERSION.et}/doc/html/et.epub
 lib/erlang/lib/et-${VERSION.et}/doc/html/et.html
 lib/erlang/lib/et-${VERSION.et}/doc/html/et_collector.html
 lib/erlang/lib/et-${VERSION.et}/doc/html/et_desc.html
@@ -432,41 +692,91 @@ lib/erlang/lib/et-${VERSION.et}/doc/html
 lib/erlang/lib/et-${VERSION.et}/doc/html/et_tutorial.html
 lib/erlang/lib/et-${VERSION.et}/doc/html/et_viewer.html
 lib/erlang/lib/et-${VERSION.et}/doc/html/index.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/live_trans.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_collector.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_filter.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_tracer.png
 lib/erlang/lib/et-${VERSION.et}/doc/html/notes.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/release_notes.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_contents_viewer_collector.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_contents_viewer_mgr_actors.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_mgr_actors.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_move_actor.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_write_lock.png
-lib/erlang/lib/et-${VERSION.et}/doc/html/users_guide.html
-lib/erlang/lib/et-${VERSION.et}/doc/pdf/et-${VERSION.et}.pdf
-lib/erlang/lib/et-${VERSION.et}/info
+lib/erlang/lib/et-${VERSION.et}/doc/html/search.html
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/.build
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/404.html
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/api-reference.html
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/assets/logo.png
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/chapter.html
-lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit.eix
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/search_data-C541596B.js
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/dist/sidebar_items-3A2D003A.js
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit.epub
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit.html
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit_surefire.html
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/index.html
 lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/notes.html
-lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/release_notes.html
-lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/users_guide.html
-lib/erlang/lib/eunit-${VERSION.eunit}/doc/pdf/eunit-${VERSION.eunit}.pdf
-lib/erlang/lib/eunit-${VERSION.eunit}/info
-lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp.eix
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/search.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/.build
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/404.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/api-reference.html
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/assets/logo.png
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/search_data-F827A9E8.js
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/dist/sidebar_items-EF3B4869.js
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp.epub
 lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp.html
 lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/ftp_client.html
 lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/index.html
 lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/introduction.html
 lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/notes.html
-lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/release_notes.html
-lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/users_guide.html
-lib/erlang/lib/ftp-${VERSION.ftp}/doc/pdf/ftp-${VERSION.ftp}.pdf
-lib/erlang/lib/ftp-${VERSION.ftp}/info
+lib/erlang/lib/ftp-${VERSION.ftp}/doc/html/search.html
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/.build
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/404.html
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/api-reference.html
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/assets/logo.png
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/search_data-35B39A7E.js
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/dist/sidebar_items-FAD0E808.js
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_client.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_server.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_uri.html
@@ -476,7 +786,7 @@ lib/erlang/lib/inets-${VERSION.inets}/do
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_socket.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_util.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/index.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets.eix
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets.epub
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets_services.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/introduction.html
@@ -485,128 +795,163 @@ lib/erlang/lib/inets-${VERSION.inets}/do
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_esi.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_security.html
 lib/erlang/lib/inets-${VERSION.inets}/doc/html/notes.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/release_notes.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/users_guide.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/pdf/inets-${VERSION.inets}.pdf
-lib/erlang/lib/inets-${VERSION.inets}/info
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/search.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/.build
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/404.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/allclasses-index.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/allclasses.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/allpackages-index.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/AbstractConnection.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/AbstractNode.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/GenericQueue.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpAuthException.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpConnection.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpCookedConnection.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpEpmd.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangAtom.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangBinary.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangBitstr.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangBoolean.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangByte.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangChar.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangDecodeException.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangDouble.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangException.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangExit.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangExternalFun.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangFloat.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangFun.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangInt.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangList.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangLong.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangMap.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangObject.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangPid.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangPort.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangRangeException.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangRef.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangShort.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangString.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangTuple.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangUInt.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpErlangUShort.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpException.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpExternal.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpGenericTransportFactory.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpInputStream.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpLocalNode.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpMbox.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpMsg.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpNode.Acceptor.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpNode.Mailboxes.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpNode.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpNodeStatus.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpOutputStream.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpPeer.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpSelf.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpServer.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpServerSocketTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpServerTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpSocketTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpSocketTransportFactory.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/OtpTransportFactory.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/package-summary.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/com/ericsson/otp/erlang/package-tree.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/constant-values.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/deprecated-list.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/element-list
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/help-doc.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/index-all.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/index.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery-ui.overrides.css
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/external/jquery/jquery.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jquery-3.6.1.min.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jquery-ui.min.css
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jquery-ui.min.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jszip-utils/dist/jszip-utils-ie.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jszip-utils/dist/jszip-utils-ie.min.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jszip-utils/dist/jszip-utils.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jszip-utils/dist/jszip-utils.min.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jszip/dist/jszip.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/jquery/jszip/dist/jszip.min.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/legal/ASSEMBLY_EXCEPTION
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/legal/jquery.md
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/legal/jqueryUI.md
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/legal/jszip.md
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/legal/pako.md
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/member-search-index.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/member-search-index.zip
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/overview-tree.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/package-search-index.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/package-search-index.zip
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/resources/glass.png
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/resources/x.png
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/script.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/search.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/serialized-form.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/stylesheet.css
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/type-search-index.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/java/type-search-index.zip
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/assets/logo.png
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/search_data-1B526AE3.js
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/dist/sidebar_items-C4FB09FB.js
 lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/index.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/allclasses-index.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/allclasses.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/allpackages-index.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/AbstractConnection.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/AbstractNode.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/GenericQueue.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpAuthException.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpConnection.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpCookedConnection.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpEpmd.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangAtom.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangBinary.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangBitstr.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangBoolean.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangByte.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangChar.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangDecodeException.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangDouble.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangException.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangExit.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangExternalFun.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangFloat.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangFun.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangInt.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangLong.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangMap.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangPid.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangPort.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangRangeException.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangRef.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangShort.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangString.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangTuple.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangUInt.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangUShort.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpException.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpExternal.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpGenericTransportFactory.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpInputStream.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpLocalNode.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpMbox.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpMsg.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpNode.Acceptor.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpNode.Mailboxes.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpNode.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpNodeStatus.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpOutputStream.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpPeer.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpSelf.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpServer.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpServerSocketTransport.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpServerTransport.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransport.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransportFactory.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpTransport.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpTransportFactory.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/package-summary.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/package-tree.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/constant-values.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/deprecated-list.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/element-list
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/help-doc.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/index-all.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/index.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery-ui.overrides.css
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/external/jquery/jquery.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jquery-3.6.1.min.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jquery-ui.min.css
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jquery-ui.min.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jszip-utils/dist/jszip-utils-ie.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jszip-utils/dist/jszip-utils-ie.min.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jszip-utils/dist/jszip-utils.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jszip-utils/dist/jszip-utils.min.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jszip/dist/jszip.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/jquery/jszip/dist/jszip.min.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/legal/ASSEMBLY_EXCEPTION
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/legal/jquery.md
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/legal/jqueryUI.md
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/legal/jszip.md
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/legal/pako.md
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/member-search-index.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/member-search-index.zip
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/overview-tree.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/package-search-index.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/package-search-index.zip
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/resources/glass.png
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/resources/x.png
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/script.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/search.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/serialized-form.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/stylesheet.css
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/type-search-index.js
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/type-search-index.zip
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/jinterface.eix
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/jinterface.html
 lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/jinterface_users_guide.html
 lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/notes.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/release_notes.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/users_guide.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/pdf/jinterface-${VERSION.jinterface}.pdf
-lib/erlang/lib/jinterface-${VERSION.jinterface}/info
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/search.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/.build
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/404.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/api-reference.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/app.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/application.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/assets/logo.png
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/auth.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/code.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/config.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/disk_log.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/search_data-41C08F0E.js
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/dist/sidebar_items-EDDF452B.js
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/eep48_chapter.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erl_boot_server.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erl_ddll.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erl_epmd.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erl_prim_loader.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erlang.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/erpc.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/error_handler.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/error_logger.html
@@ -620,17 +965,16 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/index.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/inet.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/inet_res.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/init.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/introduction.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/kernel.eix
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/introduction_chapter.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/kernel.epub
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/kernel_app.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_arch.png
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_chapter.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_cookbook.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_disk_log_h.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_filters.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_formatter.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_handler.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/logger_std_h.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/net.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/net_adm.html
@@ -638,24 +982,46 @@ lib/erlang/lib/kernel-${VERSION.kernel}/
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/notes.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/os.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/pg.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/release_notes.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/rpc.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/search.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/seq_trace.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/socket.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/socket_usage.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/users_guide.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/trace.html
 lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/wrap_log_reader.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/zlib.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/pdf/kernel-${VERSION.kernel}.pdf
-lib/erlang/lib/kernel-${VERSION.kernel}/info
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/MG-startup_flow_noMID.gif
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/MGC_startup_call_flow.gif
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/MG_startup_call_flow.gif
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/call_flow.gif
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/call_flow_cont.gif
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/distr_node_config.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/.build
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/404.html
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/api-reference.html
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/MG-startup_flow_noMID.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/MGC_startup_call_flow.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/MG_startup_call_flow.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/call_flow.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/call_flow_cont.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/distr_node_config.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/logo.png
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/megaco_sys_arch.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/assets/single_node_config.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/search_data-2DB78EC4.js
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/dist/sidebar_items-50746EC9.js
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/index.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco.eix
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco.epub
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_architecture.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_codec_meas.html
@@ -663,6 +1029,7 @@ lib/erlang/lib/megaco-${VERSION.megaco}/
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_codec_mstone2.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_codec_transform.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_debug.html
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_digit_map.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_edist_compress.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_encode.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_encoder.html
@@ -672,172 +1039,370 @@ lib/erlang/lib/megaco-${VERSION.megaco}/
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_mib.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_performance.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_run.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_sys_arch.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_sdp.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_tcp.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_transport.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_transport_mechanisms.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_udp.html
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_user.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/mstone1.jpg
 lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/notes.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/release_notes.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/single_node_config.gif
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/users_guide.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/pdf/megaco-${VERSION.megaco}.pdf
-lib/erlang/lib/megaco-${VERSION.megaco}/info
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_A.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_B.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_C.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap1.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap2.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap3.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap4.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap5.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap7.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap8.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_overview.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/company.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/search.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/.build
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/404.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/api-reference.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/assets/logo.png
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/search_data-28D724AE.js
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/dist/sidebar_items-54EFED7F.js
 lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/index.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia.eix
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia.epub
 lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_app_a.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_app_b.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_app_c.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap1.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap2.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap3.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap4.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap5.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap7.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_chap8.html
 lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_frag_hash.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_overview.html
 lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_registry.html
 lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/notes.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/release_notes.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/users_guide.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/pdf/mnesia-${VERSION.mnesia}.pdf
-lib/erlang/lib/mnesia-${VERSION.mnesia}/info
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/Observer_app.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/cdv.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/search.html
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/.build
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/404.html
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/api-reference.html
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/assets/et_modsprocs.gif
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/assets/et_processes.gif
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/assets/logo.png
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/cdv_cmd.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_ug.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_viewer.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/et_modsprocs.gif
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/et_processes.gif
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/search_data-6CB07D0B.js
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/dist/sidebar_items-20B80D35.js
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_ug.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/index.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/introduction_ug.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/notes.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.eix
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.epub
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.html
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer_app.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer_ug.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/release_notes.html
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/search.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/ttb.html
 lib/erlang/lib/observer-${VERSION.observer}/doc/html/ttb_ug.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/users_guide.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/pdf/observer-${VERSION.observer}.pdf
-lib/erlang/lib/observer-${VERSION.observer}/info
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/.build
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/404.html
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/api-reference.html
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/assets/logo.png
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/assets/odbc_app_arc.gif
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/databases.html
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/search_data-3AC162D0.js
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/dist/sidebar_items-DB06E8B2.js
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/error_handling.html
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/getting_started.html
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/index.html
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/introduction.html
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/notes.html
-lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc.eix
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc.epub
 lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc.html
-lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc_app_arc.gif
-lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/release_notes.html
-lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/users_guide.html
-lib/erlang/lib/odbc-${VERSION.odbc}/doc/pdf/odbc-${VERSION.odbc}.pdf
-lib/erlang/lib/odbc-${VERSION.odbc}/info
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/search.html
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/.build
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/404.html
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/api-reference.html
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/assets/logo.png
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/cpu_sup.html
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/disksup.html
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/search_data-457E211A.js
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/dist/sidebar_items-1750AF81.js
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/index.html
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/memsup.html
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/notes.html
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/nteventlog.html
-lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_mon.eix
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_mon.epub
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_mon_app.html
 lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_sup.html
-lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/release_notes.html
-lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/pdf/os_mon-${VERSION.os_mon}.pdf
-lib/erlang/lib/os_mon-${VERSION.os_mon}/info
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/search.html
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/.build
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/404.html
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/api-reference.html
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/assets/logo.png
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/search_data-8BDC4DA6.js
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/dist/sidebar_items-E70C9F62.js
 lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/index.html
 lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/leex.html
 lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/notes.html
-lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/parsetools.eix
-lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/release_notes.html
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/parsetools.epub
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/search.html
 lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/yecc.html
-lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/pdf/parsetools-${VERSION.parsetools}.pdf
-lib/erlang/lib/parsetools-${VERSION.parsetools}/info
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/.build
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/404.html
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/api-reference.html
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/assets/logo.png
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/search_data-07731128.js
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/dist/sidebar_items-FB06B32D.js
 lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/index.html
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/introduction.html
 lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/notes.html
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key.eix
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key.epub
 lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key.html
 lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key_app.html
 lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key_records.html
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/release_notes.html
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/users_guide.html
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/search.html
 lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/using_public_key.html
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/pdf/public_key-${VERSION.public_key}.pdf
-lib/erlang/lib/public_key-${VERSION.public_key}/info
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/.build
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/404.html
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/api-reference.html
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/assets/logo.png
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/search_data-83008E1E.js
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/dist/sidebar_items-DF937488.js
 lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/index.html
 lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/notes.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/release_notes.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool.eix
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool.epub
 lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool.html
 lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool_examples.html
 lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool_intro.html
 lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool_usage.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/users_guide.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/pdf/reltool-${VERSION.reltool}.pdf
-lib/erlang/lib/reltool-${VERSION.reltool}/info
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/DTRACE.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/LTTng.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/SYSTEMTAP.html
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/search.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/.build
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/404.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/api-reference.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/assets/logo.png
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dbg.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/search_data-9D984D9A.js
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dist/sidebar_items-189DC005.js
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dtrace.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dyntrace.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/erts_alloc_config.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/index.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/instrument.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/lttng.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/msacc.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/notes.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/release_notes.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/runtime_tools.eix
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/runtime_tools.epub
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/runtime_tools_app.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/scheduler.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/search.html
 lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/system_information.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/users_guide.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/pdf/runtime_tools-${VERSION.runtime_tools}.pdf
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/info
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/systemtap.html
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/.build
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/404.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/alarm_handler.html
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/api-reference.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/appup.html
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/assets/logo.png
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/search_data-D2253CE5.js
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/dist/sidebar_items-EAF2F83F.js
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/error_logging.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/index.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/notes.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/rb.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/rel.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/release_handler.html
-lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/release_notes.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/relup.html
-lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl.eix
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl.epub
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl_app.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl_intro.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/script.html
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/search.html
 lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/systools.html
-lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/users_guide.html
-lib/erlang/lib/sasl-${VERSION.sasl}/doc/pdf/sasl-${VERSION.sasl}.pdf
-lib/erlang/lib/sasl-${VERSION.sasl}/info
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/MIB_mechanism.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/SNMP_app.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/getnext1.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/getnext2.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/getnext3.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/getnext4.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/.build
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/404.html
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/api-reference.html
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/MIB_mechanism.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/getnext1.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/getnext2.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/getnext3.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/getnext4.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/logo.png
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/snmp-um-1-image-1.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/snmp-um-1-image-2.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/snmp-um-1-image-3.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/snmp_agent_netif_1.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/assets/snmp_manager_netif_1.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/search_data-F07B6F73.js
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/dist/sidebar_items-C7951A44.js
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/index.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/notes.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/release_notes.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp-um-1-image-1.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp-um-1-image-2.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp-um-1-image-3.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp.eix
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/search.html
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp.epub
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_advanced_agent.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_agent_config_files.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_agent_funct_descr.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_agent_netif.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_agent_netif_1.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_app.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_app_a.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_app_b.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_app_c.html
@@ -855,7 +1420,6 @@ lib/erlang/lib/snmp-${VERSION.snmp}/doc/
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_manager_config_files.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_manager_funct_descr.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_manager_netif.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_manager_netif_1.gif
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_mib_compiler.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_notification_mib.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_pdus.html
@@ -879,29 +1443,49 @@ lib/erlang/lib/snmp-${VERSION.snmp}/doc/
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_notification_delivery_info_receiver.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_notification_filter.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_supervisor.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpc(command).html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpc.html
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpc_cmd.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_conf.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_mpd.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_network_interface.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_network_interface_filter.html
 lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_user.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/users_guide.html
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/pdf/snmp-${VERSION.snmp}.pdf
-lib/erlang/lib/snmp-${VERSION.snmp}/info
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/SSH_app.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/SSH_protocols.png
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/.build
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/404.html
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/api-reference.html
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/assets/logo.png
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/assets/ssh_timeouts.jpg
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/configurations.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/configure_algos.html
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/search_data-08F38516.js
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/dist/sidebar_items-BA6ACF7A.js
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/hardening.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/index.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/introduction.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/notes.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/release_notes.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh.eix
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/search.html
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh.epub
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_agent.html
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_app.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_client_channel.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_client_key_api.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_connection.html
@@ -910,33 +1494,51 @@ lib/erlang/lib/ssh-${VERSION.ssh}/doc/ht
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_server_key_api.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_sftp.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_sftpd.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_timeouts.jpg
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/terminology.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/users_guide.html
 lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/using_ssh.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/pdf/ssh-${VERSION.ssh}.pdf
-lib/erlang/lib/ssh-${VERSION.ssh}/info
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/.build
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/404.html
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/api-reference.html
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/assets/logo.png
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/search_data-791E3C7F.js
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/dist/sidebar_items-4DE0BC7D.js
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/index.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/notes.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/release_notes.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl.eix
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/search.html
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl.epub
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_app.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_crl_cache.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_crl_cache_api.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_distribution.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_introduction.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_protocol.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_session_cache_api.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/standards_compliance.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/users_guide.html
 lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/using_ssl.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/pdf/ssl-${VERSION.ssl}.pdf
-lib/erlang/lib/ssl-${VERSION.ssl}/info
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/STDLIB_app.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/.build
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/404.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/api-reference.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/argparse.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/array.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/assert.hrl.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/assert_hrl.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/assets/logo.png
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/base64.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/beam_lib.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/binary.html
@@ -946,6 +1548,25 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dict.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/digraph.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/digraph_utils.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/search_data-D8C0138C.js
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dist/sidebar_items-29333280.js
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/edlin.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/edlin_expand.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/epp.html
@@ -961,6 +1582,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_pp.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_scan.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_tar.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/escript.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/ets.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/file_sorter.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/filelib.html
@@ -976,6 +1598,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/io.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/io_lib.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/io_protocol.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/json.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/lists.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/log_mf_h.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/maps.html
@@ -993,14 +1616,15 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/rand.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/random.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/re.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/release_notes.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/search.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/sets.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/shell.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/shell_default.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/shell_docs.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/slave.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/sofs.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/stdlib.eix
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/stdlib.epub
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/stdlib_app.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/string.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/supervisor.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/supervisor_bridge.html
@@ -1010,13 +1634,33 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/unicode_usage.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/uri_string.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/uri_string_usage.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/users_guide.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/win32reg.html
 lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/zip.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/pdf/stdlib-${VERSION.stdlib}.pdf
-lib/erlang/lib/stdlib-${VERSION.stdlib}/info
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/.build
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/404.html
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/api-reference.html
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/assets/demo.erl
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/assets/logo.png
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/chapter.html
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/demo.erl
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/search_data-037617B8.js
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/dist/sidebar_items-BCB0947F.js
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/epp_dodger.html
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/erl_comment_scan.html
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/erl_prettypr.html
@@ -1028,27 +1672,69 @@ lib/erlang/lib/syntax_tools-${VERSION.sy
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/merl_transform.html
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/notes.html
 lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/prettypr.html
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/release_notes.html
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/syntax_tools.eix
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/users_guide.html
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/pdf/syntax_tools-${VERSION.syntax_tools}.pdf
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/info
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/search.html
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/.build
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/404.html
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/api-reference.html
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/assets/logo.png
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/search_data-CA42F1F1.js
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/dist/sidebar_items-A7F4F075.js
 lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/getting_started.html
 lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/index.html
 lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/introduction.html
 lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/notes.html
-lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/release_notes.html
-lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/tftp.eix
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/search.html
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/tftp.epub
 lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/tftp.html
-lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/users_guide.html
-lib/erlang/lib/tftp-${VERSION.tftp}/doc/pdf/tftp-${VERSION.tftp}.pdf
-lib/erlang/lib/tftp-${VERSION.tftp}/info
+lib/erlang/lib/tftp-${VERSION.tftp}/doc/html/tftp_logger.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/.build
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/404.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/api-reference.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/assets/logo.png
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/assets/venn1.gif
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/assets/venn2.gif
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/cover.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/cover_chapter.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/cprof.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/cprof_chapter.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/search_data-104C4C5E.js
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/dist/sidebar_items-7275BB77.js
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/eprof.html
-lib/erlang/lib/tools-${VERSION.tools}/doc/html/erlang.el.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/erlang-el.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/erlang_mode_chapter.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/fprof.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/fprof_chapter.html
@@ -1057,24 +1743,42 @@ lib/erlang/lib/tools-${VERSION.tools}/do
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/lcnt_chapter.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/make.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/notes.html
-lib/erlang/lib/tools-${VERSION.tools}/doc/html/release_notes.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/search.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/tags.html
-lib/erlang/lib/tools-${VERSION.tools}/doc/html/tools.eix
-lib/erlang/lib/tools-${VERSION.tools}/doc/html/users_guide.html
-lib/erlang/lib/tools-${VERSION.tools}/doc/html/venn1.gif
-lib/erlang/lib/tools-${VERSION.tools}/doc/html/venn2.gif
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/tools.epub
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/tprof.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/xref.html
 lib/erlang/lib/tools-${VERSION.tools}/doc/html/xref_chapter.html
-lib/erlang/lib/tools-${VERSION.tools}/doc/pdf/tools-${VERSION.tools}.pdf
-lib/erlang/lib/tools-${VERSION.tools}/info
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/.build
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/404.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/api-reference.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/assets/logo.png
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/chapter.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/search_data-A97DE6FD.js
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/dist/sidebar_items-B612F7DF.js
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/gl.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/glu.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/index.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/notes.html
-lib/erlang/lib/wx-${VERSION.wx}/doc/html/release_notes.html
-lib/erlang/lib/wx-${VERSION.wx}/doc/html/users_guide.html
-lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx.eix
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/search.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx.epub
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxAcceleratorEntry.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxAcceleratorTable.html
@@ -1311,24 +2015,43 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxXmlResource.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx_misc.html
 lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx_object.html
-lib/erlang/lib/wx-${VERSION.wx}/doc/pdf/wx-${VERSION.wx}.pdf
-lib/erlang/lib/wx-${VERSION.wx}/info
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/.build
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/404.html
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/api-reference.html
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/logo.png
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/motorcycles.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/motorcycles2.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/motorcycles2html.erl
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/motorcycles_dtd.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/new_motorcycles.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/new_motorcycles2.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/people.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/people2.txt
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/result_export.html
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/result_xs.html
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/assets/stylesheet.css
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/handlebars.runtime-NWIB6V2M.js
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/handlebars.templates-K7URE6B4.js
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/html-7XSQ4GTY.js
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/html-erlang-APNLKZCW.css
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/inconsolata-latin-400-normal-RGKDDNDD.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/inconsolata-latin-700-normal-DTS2D7TO.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/lato-latin-300-normal-YUMVEFOL.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/lato-latin-400-normal-W7754I4D.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/lato-latin-700-normal-2XVSBPG4.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/lato-latin-ext-400-normal-N27NCBWW.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/remixicon-NKANDIL5.woff2
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/search_data-DE5D4A50.js
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/dist/sidebar_items-5992068F.js
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/index.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/motorcycles.txt
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/motorcycles2.txt
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/motorcycles2html.erl
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/motorcycles_dtd.txt
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/new_motorcycles.txt
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/new_motorcycles2.txt
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/notes.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/people.txt
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/people2.txt
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/release_notes.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/result_export.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/result_xs.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/stylesheet.css
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/users_guide.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl.eix
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/search.html
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl.html
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_eventp.html
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_examples.html
@@ -1339,5 +2062,3 @@ lib/erlang/lib/xmerl-${VERSION.xmerl}/do
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xs.html
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xs_examples.html
 lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xsd.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/pdf/xmerl-${VERSION.xmerl}.pdf
-lib/erlang/lib/xmerl-${VERSION.xmerl}/info

Index: pkgsrc/lang/erlang-doc/distinfo
diff -u pkgsrc/lang/erlang-doc/distinfo:1.47 pkgsrc/lang/erlang-doc/distinfo:1.48
--- pkgsrc/lang/erlang-doc/distinfo:1.47        Mon May  6 06:52:51 2024
+++ pkgsrc/lang/erlang-doc/distinfo     Fri Aug 16 09:56:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2024/05/06 06:52:51 wiz Exp $
+$NetBSD: distinfo,v 1.48 2024/08/16 09:56:15 adam Exp $
 
-BLAKE2s (erlang/otp_doc_html_26.2.5.tar.gz) = 0fadf39ea4c5335d89c169b17908c2711370a8cc8d2337088d4d1e6fc89c1306
-SHA512 (erlang/otp_doc_html_26.2.5.tar.gz) = fca3a6e2eb92d6f0f8e93efe2dbc639a18282dc836f3bdf3473d9f4c3d6d8605f47841be38cf4b666fcf7835212d69ea871e0bc24ebfa15ac93b2f59c7febc09
-Size (erlang/otp_doc_html_26.2.5.tar.gz) = 37576388 bytes
+BLAKE2s (erlang/otp_doc_html_27.0.1.tar.gz) = 79401b387190124fbf4b526992412228058ca37f8e65f86c9de35e115742388e
+SHA512 (erlang/otp_doc_html_27.0.1.tar.gz) = 13be97b97f6fb18ce05d48e544c8c90cf55f5d83dae7bfff57728631a3bc5917f8af3b3e918bdf61676bb2dfb3244f771804cf053bf583c8aaebd97254e9c4b2
+Size (erlang/otp_doc_html_27.0.1.tar.gz) = 29580156 bytes

Index: pkgsrc/lang/erlang-man/Makefile
diff -u pkgsrc/lang/erlang-man/Makefile:1.15 pkgsrc/lang/erlang-man/Makefile:1.16
--- pkgsrc/lang/erlang-man/Makefile:1.15        Thu Apr 25 08:07:31 2024
+++ pkgsrc/lang/erlang-man/Makefile     Fri Aug 16 09:56:15 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2024/04/25 08:07:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/16 09:56:15 adam Exp $
 
-DISTNAME=      otp_doc_man_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
+# TODO: on update uncomment DIST_VERSION_PATCH, as doc_man is not available for 27.0.1
+DISTNAME=      otp_doc_man_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR} #${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
 PKGNAME=       ${DISTNAME:S/otp_doc_man_/erlang-man-/}
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=erlang/otp/releases/download/OTP-${PKGVERSION_NOREV}/}

Index: pkgsrc/lang/erlang-man/PLIST
diff -u pkgsrc/lang/erlang-man/PLIST:1.30 pkgsrc/lang/erlang-man/PLIST:1.31
--- pkgsrc/lang/erlang-man/PLIST:1.30   Mon Oct 23 14:41:05 2023
+++ pkgsrc/lang/erlang-man/PLIST        Fri Aug 16 09:56:15 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2023/10/23 14:41:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2024/08/16 09:56:15 adam Exp $
 lib/erlang/man/man1/cdv.1
 lib/erlang/man/man1/ct_run.1
 lib/erlang/man/man1/diameterc.1
@@ -172,6 +172,7 @@ lib/erlang/man/man3/logger.3
 lib/erlang/man/man3/logger_disk_log_h.3
 lib/erlang/man/man3/logger_filters.3
 lib/erlang/man/man3/logger_formatter.3
+lib/erlang/man/man3/logger_handler.3
 lib/erlang/man/man3/logger_std_h.3
 lib/erlang/man/man3/make.3
 lib/erlang/man/man3/maps.3
@@ -181,9 +182,11 @@ lib/erlang/man/man3/megaco_codec_meas.3
 lib/erlang/man/man3/megaco_codec_mstone1.3
 lib/erlang/man/man3/megaco_codec_mstone2.3
 lib/erlang/man/man3/megaco_codec_transform.3
+lib/erlang/man/man3/megaco_digit_map.3
 lib/erlang/man/man3/megaco_edist_compress.3
 lib/erlang/man/man3/megaco_encoder.3
 lib/erlang/man/man3/megaco_flex_scanner.3
+lib/erlang/man/man3/megaco_sdp.3
 lib/erlang/man/man3/megaco_tcp.3
 lib/erlang/man/man3/megaco_transport.3
 lib/erlang/man/man3/megaco_udp.3
@@ -292,7 +295,9 @@ lib/erlang/man/man3/system_information.3
 lib/erlang/man/man3/systools.3
 lib/erlang/man/man3/tags.3
 lib/erlang/man/man3/tftp.3
+lib/erlang/man/man3/tftp_logger.3
 lib/erlang/man/man3/timer.3
+lib/erlang/man/man3/tprof.3
 lib/erlang/man/man3/ttb.3
 lib/erlang/man/man3/unicode.3
 lib/erlang/man/man3/unix_telnet.3

Index: pkgsrc/lang/erlang-man/distinfo
diff -u pkgsrc/lang/erlang-man/distinfo:1.47 pkgsrc/lang/erlang-man/distinfo:1.48
--- pkgsrc/lang/erlang-man/distinfo:1.47        Mon May  6 06:52:51 2024
+++ pkgsrc/lang/erlang-man/distinfo     Fri Aug 16 09:56:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2024/05/06 06:52:51 wiz Exp $
+$NetBSD: distinfo,v 1.48 2024/08/16 09:56:15 adam Exp $
 
-BLAKE2s (erlang/otp_doc_man_26.2.5.tar.gz) = e3d53825d8ac2599d9bde48590f8234873b9fa278f1ff292b3d39185075aef83
-SHA512 (erlang/otp_doc_man_26.2.5.tar.gz) = 4fd4fc2490e1c719ad46f23f313ae2bffc5d48eff9d935e39633b466251f0299e1a0ec608713f57a56bcbf9436f7526a16a3831a7e329153b0f27ee3dfcddc08
-Size (erlang/otp_doc_man_26.2.5.tar.gz) = 1747817 bytes
+BLAKE2s (erlang/otp_doc_man_27.0.tar.gz) = 8e36824c2d34a3ccab87284450c117a265b444db685450c8d18f10f281654b12
+SHA512 (erlang/otp_doc_man_27.0.tar.gz) = f37fca2943f1c607da5d9cddfa3949b0f43e2cff1049eb9dea60a9833a607a0d1ff8bd835204d0dce20865c326dd4da149a6047a084e95ad9719e84817fd8f46
+Size (erlang/otp_doc_man_27.0.tar.gz) = 1764909 bytes

Index: pkgsrc/lang/erlang/patches/patch-erts_emulator_Makefile.in
diff -u pkgsrc/lang/erlang/patches/patch-erts_emulator_Makefile.in:1.4 pkgsrc/lang/erlang/patches/patch-erts_emulator_Makefile.in:1.5
--- pkgsrc/lang/erlang/patches/patch-erts_emulator_Makefile.in:1.4      Thu Nov  2 19:20:46 2023
+++ pkgsrc/lang/erlang/patches/patch-erts_emulator_Makefile.in  Fri Aug 16 09:56:15 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-erts_emulator_Makefile.in,v 1.4 2023/11/02 19:20:46 adam Exp $
+$NetBSD: patch-erts_emulator_Makefile.in,v 1.5 2024/08/16 09:56:15 adam Exp $
 
 Properly install shared objects.
 
---- erts/emulator/Makefile.in.orig     2023-11-02 13:47:00.312356819 +0000
+--- erts/emulator/Makefile.in.orig     2024-07-09 11:36:07.000000000 +0000
 +++ erts/emulator/Makefile.in
-@@ -483,7 +483,7 @@ all: $(BINDIR)/$(EMULATOR_EXECUTABLE) $(
+@@ -493,7 +493,7 @@ all: $(BINDIR)/$(EMULATOR_EXECUTABLE) $(
  endif
  
  $(BINDIR)/$(PRIMARY_EXECUTABLE): $(BINDIR)/$(FLAVOR_EXECUTABLE)
@@ -13,3 +13,16 @@ Properly install shared objects.
  ifeq ($(TARGET), win32)
        $(INSTALL_PROGRAM) $(basename $<).pdb $(basename $@).pdb
  endif
+@@ -547,10 +547,10 @@ release_spec: all
+       $(INSTALL_DIR) "$(RELEASE_PATH)/usr/include"
+       $(INSTALL_DATA) $(RELEASE_INCLUDES) "$(RELEASE_PATH)/usr/include"
+       $(INSTALL_DATA) $(RELEASE_INCLUDES) "$(RELSYSDIR)/include"
+-      $(INSTALL_PROGRAM) $(BINDIR)/$(EMULATOR_EXECUTABLE) "$(RELSYSDIR)/bin"
++      ${BSD_INSTALL_LIB} $(BINDIR)/$(EMULATOR_EXECUTABLE) "$(RELSYSDIR)/bin"
+ ifeq ($(RELEASE_LIBBEAM),yes)
+       $(INSTALL_DIR) "$(RELSYSDIR)/lib"
+-      $(INSTALL_PROGRAM) $(BINDIR)/$(EMULATOR_LIB) "$(RELSYSDIR)/lib"
++      ${BSD_INSTALL_LIB} $(BINDIR)/$(EMULATOR_LIB) "$(RELSYSDIR)/lib"
+ endif
+ ifeq ($(ERLANG_OSTYPE), unix)
+       $(INSTALL_PROGRAM) $(BINDIR)/$(CS_EXECUTABLE) "$(RELSYSDIR)/bin"

Index: pkgsrc/lang/erlang/patches/patch-lib_odbc_c__src_Makefile.in
diff -u pkgsrc/lang/erlang/patches/patch-lib_odbc_c__src_Makefile.in:1.1 pkgsrc/lang/erlang/patches/patch-lib_odbc_c__src_Makefile.in:1.2
--- pkgsrc/lang/erlang/patches/patch-lib_odbc_c__src_Makefile.in:1.1    Thu Nov  2 19:20:46 2023
+++ pkgsrc/lang/erlang/patches/patch-lib_odbc_c__src_Makefile.in        Fri Aug 16 09:56:15 2024
@@ -1,15 +1,15 @@
-$NetBSD: patch-lib_odbc_c__src_Makefile.in,v 1.1 2023/11/02 19:20:46 adam Exp $
+$NetBSD: patch-lib_odbc_c__src_Makefile.in,v 1.2 2024/08/16 09:56:15 adam Exp $
 
 Pass in proper LDFLAGS. Fixes build with iodbc.
 
---- lib/odbc/c_src/Makefile.in.orig    2010-02-19 20:07:30.000000000 +0200
-+++ lib/odbc/c_src/Makefile.in 2010-06-21 23:28:49.000000000 +0300
-@@ -82,7 +82,7 @@
+--- lib/odbc/c_src/Makefile.in.orig    2024-07-09 11:36:07.000000000 +0000
++++ lib/odbc/c_src/Makefile.in
+@@ -82,7 +82,7 @@ CC =  @CC@
  CFLAGS = $(TYPEFLAGS) @CFLAGS@ @THR_DEFS@ @DEFS@
- EI_LDFLAGS = -L$(EI_ROOT)/obj$(TYPEMARKER)/$(TARGET)
+ EI_LDFLAGS = -L$(EI_ROOT)/obj$(TYPEMARKER)/$(TARGET) $(EI_LIB)
  LD = @LD@
--LDFLAGS =  $(ODBC_LIB) $(EI_LDFLAGS)
-+LDFLAGS = @LDFLAGS@ $(ODBC_LIB) $(EI_LDFLAGS)
- LIBS = @LIBS@ @THR_LIBS@ $(EI_LIB)
+-LDFLAGS =  $(EI_LDFLAGS) $(ODBC_LIB)
++LDFLAGS = @LDFLAGS@ $(EI_LDFLAGS) $(ODBC_LIB)
+ LIBS = @LIBS@ @THR_LIBS@
  INCLUDES = -I. $(ODBC_INCLUDE) $(EI_INCLUDE)
  TARGET_FLAGS =  @TARGET_FLAGS@



Home | Main Index | Thread Index | Old Index