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_12-120-g4109f93


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-120-g4109f93
Date: Sun, 29 Jan 2012 15:36:43 +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=4109f932c076edf907c445a3878f0e84d041ac14

The branch, master has been updated
       via  4109f932c076edf907c445a3878f0e84d041ac14 (commit)
       via  23eb25fda7066a7f5550efcc35662067c7e1a78a (commit)
      from  175e021fd8d0c195690b2d8806bd3a07e84415ce (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 4109f932c076edf907c445a3878f0e84d041ac14
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jan 29 16:41:13 2012 +0100

    autogen required for building.

commit 23eb25fda7066a7f5550efcc35662067c7e1a78a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jan 29 16:41:01 2012 +0100

    Revert "autogen failure is not fatal."
    
    This reverts commit 175e021fd8d0c195690b2d8806bd3a07e84415ce.

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

Summary of changes:
 doc/Makefile.am          |   44 ++++++++++++++++++++++----------------------
 doc/manpages/Makefile.am |   16 ++++++++--------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index c638e7d..edf45a3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -29,42 +29,42 @@ SUBDIRS += reference
 endif
 
 invoke-gnutls-cli.texi: ../src/cli-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
 
 invoke-gnutls-cli-debug.texi: ../src/cli-debug-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
 
 invoke-gnutls-serv.texi: ../src/serv-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
 
 invoke-certtool.texi: ../src/certtool-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
 
 invoke-srptool.texi: ../src/srptool-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
-       -sed -i 's/@subsection/@subsubsection/' $@
-       -sed -i 's/@section/@subsection/' $@
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
+       sed -i 's/@subsection/@subsubsection/' $@
+       sed -i 's/@section/@subsection/' $@
 
 invoke-ocsptool.texi: ../src/ocsptool-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
 
 invoke-psktool.texi: ../src/psk-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
-       -sed -i 's/@subsection/@subsubsection/' $@
-       -sed -i 's/@section/@subsection/' $@
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
+       sed -i 's/@subsection/@subsubsection/' $@
+       sed -i 's/@section/@subsection/' $@
 
 invoke-p11tool.texi: ../src/p11tool-args.def
-       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       -mv -f ../src/$@ .
-       -sed -i 's/@subsection/@subsubsection/' $@
-       -sed -i 's/@section/@subsection/' $@
+       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       mv ../src/$@ .
+       sed -i 's/@subsection/@subsubsection/' $@
+       sed -i 's/@section/@subsection/' $@
 
 info_TEXINFOS = gnutls.texi gnutls-guile.texi
 gnutls_TEXINFOS = gnutls.texi fdl-1.3.texi                             \
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 26da978..cb8fbd7 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -27,28 +27,28 @@ dist_man_MANS += srptool.1
 endif
 
 certtool.1: ../../src/certtool-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 ocsptool.1: ../../src/ocsptool-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 gnutls-cli.1: ../../src/cli-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 gnutls-serv.1: ../../src/serv-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 gnutls-cli-debug.1: ../../src/cli-debug-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 srptool.1: ../../src/srptool-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 p11tool.1: ../../src/p11tool-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 psktool.1: ../../src/psk-args.def
-       -autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
+       autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
 
 APIMANS =
 APIMANS += gnutls_pubkey_init.3


hooks/post-receive
-- 
GNU gnutls



reply via email to

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