summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/manpages/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6013d2e6b9..169cf1a658 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1078,6 +1078,10 @@ FUNCS += functions/gnutls_hmac_output
FUNCS += functions/gnutls_hmac_output.short
FUNCS += functions/gnutls_hmac_set_nonce
FUNCS += functions/gnutls_hmac_set_nonce.short
+FUNCS += functions/gnutls_idna_map
+FUNCS += functions/gnutls_idna_map.short
+FUNCS += functions/gnutls_idna_reverse_map
+FUNCS += functions/gnutls_idna_reverse_map.short
FUNCS += functions/gnutls_init
FUNCS += functions/gnutls_init.short
FUNCS += functions/gnutls_key_generate
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 254fb7330d..494dfc4a23 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -334,6 +334,8 @@ APIMANS += gnutls_hmac_get_len.3
APIMANS += gnutls_hmac_init.3
APIMANS += gnutls_hmac_output.3
APIMANS += gnutls_hmac_set_nonce.3
+APIMANS += gnutls_idna_map.3
+APIMANS += gnutls_idna_reverse_map.3
APIMANS += gnutls_init.3
APIMANS += gnutls_key_generate.3
APIMANS += gnutls_kx_get.3