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_21-87-g75d4058


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_21-87-g75d4058
Date: Sat, 04 Aug 2012 19:56:34 +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=75d4058866611ed770509f023077e24a7bad607c

The branch, master has been updated
       via  75d4058866611ed770509f023077e24a7bad607c (commit)
       via  a4c3908860047b1f90c26f1042de851281e64fca (commit)
      from  e7e14d850e418ad129769ebd908aa90caaff1a2a (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 75d4058866611ed770509f023077e24a7bad607c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 4 21:55:50 2012 +0200

    better doc output

commit a4c3908860047b1f90c26f1042de851281e64fca
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 4 21:38:16 2012 +0200

    no need for libgnutlsxx.map

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

Summary of changes:
 doc/Makefile.am |    2 ++
 doc/gnutls.texi |   42 +++++++++++++++++++++---------------------
 lib/Makefile.am |    2 +-
 3 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 55b99b3..16a03aa 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -377,11 +377,13 @@ DISTCLEANFILES += $(ENUMS) stamp_enums stamp_functions
 
 stamp_functions: gnutls-api.texi x509-api.texi pgp-api.texi pkcs12-api.texi 
tpm-api.texi pkcs11-api.texi abstract-api.texi compat-api.texi dtls-api.texi 
crypto-api.texi ocsp-api.texi tpm-api.texi
        -mkdir functions
+       -mkdir functions.short
        for i in $^; do \
                $(srcdir)/scripts/split-texi.pl functions < $$i; \
        done
        sed -i 's/address@hidden//g' functions/*
        sed -i 's/address@hidden//g' functions/*
+       cd functions && for i in *;do grep ^"@deftypefun" $$i | sed 
's/@deftypefun/@item/g;s/ {/ @var{/;s/ {/ @ref{/' > ../functions.short/$$i;done
        echo $@ > $@
        $(MAKE) compare-makefile
 
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index b35bbfa..986f924 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -76,52 +76,52 @@ Documentation License''.
 
 @macro showfuncA{ref}
 @table @code
address@hidden @ref{\ref\}
address@hidden functions.short/\ref\
 @end table
 @end macro
 
 @macro showfuncB{ref1,ref2}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
 @end table
 @end macro
 
 @macro showfuncC{ref1,ref2,ref3}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
 @end table
 @end macro
 
 @macro showfuncD{ref1,ref2,ref3,ref4}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden @ref{\ref4\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
address@hidden functions.short/\ref4\
 @end table
 @end macro
 
 @macro showfuncE{ref1,ref2,ref3,ref4,ref5}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden @ref{\ref4\}
address@hidden @ref{\ref5\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
address@hidden functions.short/\ref4\
address@hidden functions.short/\ref5\
 @end table
 @end macro
 
 @macro showfuncF{ref1,ref2,ref3,ref4,ref5,ref6}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden @ref{\ref4\}
address@hidden @ref{\ref5\}
address@hidden @ref{\ref6\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
address@hidden functions.short/\ref4\
address@hidden functions.short/\ref5\
address@hidden functions.short/\ref6\
 @end table
 @end macro
 
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c4a4a6a..a309082 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -167,7 +167,7 @@ AM_CXXFLAGS = \
 
 lib_LTLIBRARIES += libgnutlsxx.la
 
-libgnutlsxx_la_SOURCES = gnutlsxx.cpp libgnutlsxx.map
+libgnutlsxx_la_SOURCES = gnutlsxx.cpp
 
 libgnutlsxx_la_LDFLAGS = -no-undefined \
        -version-info $(CXX_LT_CURRENT):$(CXX_LT_REVISION):$(CXX_LT_AGE)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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