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_7-37-gce43f3c


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_7-37-gce43f3c
Date: Wed, 09 Nov 2011 09:03:56 +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=ce43f3cfab492cacbd669ed880552050d0557bf2

The branch, master has been updated
       via  ce43f3cfab492cacbd669ed880552050d0557bf2 (commit)
       via  92bf546f0214166981180c6621da5fc1a2fb8eed (commit)
      from  1836ecf17d4821bfb8803ff150092a6a9fede5e4 (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 ce43f3cfab492cacbd669ed880552050d0557bf2
Author: Simon Josefsson <address@hidden>
Date:   Wed Nov 9 10:03:48 2011 +0100

    The build rule didn't really work before, now fixed.  Update copyright 
years.

commit 92bf546f0214166981180c6621da5fc1a2fb8eed
Author: Simon Josefsson <address@hidden>
Date:   Wed Nov 9 10:03:28 2011 +0100

    Remove unneeded stuff.

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

Summary of changes:
 .gitignore            |   40 ----------------------------------------
 doc/cyclo/Makefile.am |   17 ++++++++++-------
 2 files changed, 10 insertions(+), 47 deletions(-)

diff --git a/.gitignore b/.gitignore
index 87a7526..14797da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,7 +97,6 @@ doc/latex/enums
 doc/latex/gnutls-enums.tex
 doc/latex/gnutls.lof
 doc/latex/gnutls.lot
-doc/manpages/*.3
 doc/manpages/Makefile
 doc/manpages/Makefile.in
 doc/pgp-api.texi
@@ -137,31 +136,11 @@ doc/stamp-vti
 doc/version-guile.texi
 doc/version.texi
 doc/x509-api.texi
-extra/INSTALL
 extra/Makefile
 extra/Makefile.in
-extra/aclocal.m4
-extra/autom4te.cache/
-extra/build-aux/config.guess
-extra/build-aux/config.sub
-extra/build-aux/depcomp
-extra/build-aux/install-sh
-extra/build-aux/ltmain.sh
-extra/build-aux/missing
-extra/config.h
-extra/config.h.in
-extra/config.log
-extra/config.status
-extra/configure
-extra/gnutls-extra-api.texi
-extra/gnutls-extra.pc
-extra/ia-api.texi
 extra/includes/Makefile
 extra/includes/Makefile.in
-extra/libgnutls-extra.la
 extra/libgnutls-openssl.la
-extra/libtool
-extra/stamp-h1
 gl/Makefile
 gl/Makefile.in
 gl/alloca.h
@@ -334,31 +313,14 @@ guile/modules/gnutls.scm
 guile/src/Makefile
 guile/src/Makefile.in
 guile/src/guile-gnutls-v-2.la
-guile/src/libguile-gnutls-extra-v-1.la
-guile/src/libguile-gnutls-v-1.la
 guile/tests/Makefile
 guile/tests/Makefile.in
-lib/ABOUT-NLS
-lib/INSTALL
 lib/Makefile
 lib/Makefile.in
 lib/accelerated/libaccelerated.la
 lib/accelerated/x86/libx86.la
-lib/aclocal.m4
 lib/algorithms/libgnutls_alg.la
 lib/auth/libgnutls_auth.la
-lib/autom4te.cache/
-lib/build-aux/config.guess
-lib/build-aux/config.sub
-lib/build-aux/depcomp
-lib/build-aux/install-sh
-lib/build-aux/ltmain.sh
-lib/build-aux/missing
-lib/config.h
-lib/config.h.in
-lib/config.log
-lib/config.status
-lib/configure
 lib/ext/libgnutls_ext.la
 lib/gcrypt/libcrypto.la
 lib/gnutls-api.texi
@@ -368,7 +330,6 @@ lib/includes/Makefile.in
 lib/includes/gnutls/gnutls.h
 lib/libgnutls.la
 lib/libgnutlsxx.la
-lib/libtool
 lib/minitasn1/Makefile
 lib/minitasn1/Makefile.in
 lib/minitasn1/libminitasn1.la
@@ -380,7 +341,6 @@ lib/openpgp/Makefile
 lib/openpgp/Makefile.in
 lib/openpgp/libgnutls_openpgp.la
 lib/openpgp/pgp-api.texi
-lib/stamp-h1
 lib/x509/Makefile
 lib/x509/Makefile.in
 lib/x509/libgnutls_x509.la
diff --git a/doc/cyclo/Makefile.am b/doc/cyclo/Makefile.am
index 31680c9..295ef2b 100644
--- a/doc/cyclo/Makefile.am
+++ b/doc/cyclo/Makefile.am
@@ -1,6 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2008-2011 Free Software Foundation, Inc.
 #
 # Author: Simon Josefsson
 #
@@ -22,13 +21,17 @@
 
 EXTRA_DIST = cyclo-gnutls.html
 
+vcurl = 
"http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=blob;f=lib/%FILENAME%;hb=HEAD";
+
 cyclo-gnutls.html:
-       $(PMCCABE) ${top_srcdir}/lib/*.[ch] ${top_srcdir}/lib/x509/*.[ch] 
${top_srcdir}/lib/openpgp/*.[ch] ${top_srcdir}/lib/opencdk/*.[ch] \
+       (cd ${top_srcdir}/lib && \
+               $(PMCCABE) `find . -type f -name \*.[ch] \
+                               | grep -v /minitasn1/ | sed 's,^./,,'` \
                | sort -nr \
-               | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
-                       -v lang=html -v name="$(PACKAGE_NAME)" \
-                       -v 
vcurl="http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=blob;f=%FILENAME%;hb=HEAD";
 \
+               | LANG=C $(AWK) -f ${abs_top_srcdir}/build-aux/pmccabe2html \
+                       -v lang=html -v name="$(PACKAGE_STRING)" \
+                       -v vcurl=$(vcurl) \
                        -v url="http://www.gnu.org/software/gnutls/"; \
-                       -v css=../../build-aux/pmccabe.css \
+                       -v css=${abs_top_srcdir}/build-aux/pmccabe.css) \
                        > tmp
        mv tmp $@


hooks/post-receive
-- 
GNU gnutls



reply via email to

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