gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-28-g91c26bd


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-28-g91c26bd
Date: Tue, 06 Dec 2011 12:22:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=91c26bd24cdd04d1f69119bebe050ee78932b5d1

The branch, master has been updated
       via  91c26bd24cdd04d1f69119bebe050ee78932b5d1 (commit)
      from  68f11b09d00d2a8ef9142bbe9a051fa678f79b53 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 91c26bd24cdd04d1f69119bebe050ee78932b5d1
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 6 13:22:26 2011 +0100

    Don't rebuild man pages on every 'make' invocation.

-----------------------------------------------------------------------

Summary of changes:
 doc/manpages/Makefile.am |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 8acc848..ff2ce79 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -309,6 +309,8 @@ APIMANS += gnutls_srp_set_server_credentials_file.3
 APIMANS += gnutls_srp_server_get_username.3
 APIMANS += gnutls_srp_set_prime_bits.3
 APIMANS += gnutls_srp_verifier.3
+APIMANS += gnutls_srp_set_server_credentials_function.3
+APIMANS += gnutls_srp_set_client_credentials_function.3
 APIMANS += gnutls_srp_base64_encode.3
 APIMANS += gnutls_srp_base64_encode_alloc.3
 APIMANS += gnutls_srp_base64_decode.3
@@ -322,12 +324,12 @@ APIMANS += gnutls_psk_set_server_credentials_file.3
 APIMANS += gnutls_psk_set_server_credentials_hint.3
 APIMANS += gnutls_psk_server_get_username.3
 APIMANS += gnutls_psk_client_get_hint.3
+APIMANS += gnutls_psk_set_server_credentials_function.3
+APIMANS += gnutls_psk_set_client_credentials_function.3
 APIMANS += gnutls_hex_encode.3
 APIMANS += gnutls_hex_decode.3
 APIMANS += gnutls_psk_set_server_dh_params.3
 APIMANS += gnutls_psk_set_server_params_function.3
-APIMANS += gnutls_x509_crt_get_subject_alt_othername_oid.3
-APIMANS += gnutls_x509_crt_get_subject_alt_othername_oid.3
 APIMANS += gnutls_auth_get_type.3
 APIMANS += gnutls_auth_server_get_type.3
 APIMANS += gnutls_auth_client_get_type.3
@@ -337,6 +339,7 @@ APIMANS += gnutls_dh_get_peers_public_bits.3
 APIMANS += gnutls_dh_get_prime_bits.3
 APIMANS += gnutls_dh_get_group.3
 APIMANS += gnutls_dh_get_pubkey.3
+APIMANS += gnutls_certificate_set_retrieve_function.3
 APIMANS += gnutls_certificate_set_verify_function.3
 APIMANS += gnutls_certificate_server_set_request.3
 APIMANS += gnutls_certificate_get_peers.3
@@ -682,14 +685,12 @@ APIMANS += gnutls_x509_trust_list_add_crls.3
 APIMANS += gnutls_x509_trust_list_verify_named_crt.3
 APIMANS += gnutls_x509_trust_list_verify_crt.3
 
-$(APIMANS): manpages-update
-
 dist_man_MANS += $(APIMANS)
 
-manpages-update:
-       make update-makefile
-       make Makefile
-       make doit
+$(APIMANS):
+        make update-makefile
+        make Makefile
+        make doit
 
 update-makefile:
        FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | 
$(top_srcdir)/doc/scripts/getfuncs.pl`; \


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]