[SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-120-g4109f93

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
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 <[email protected]>
Date:   Sun Jan 29 16:41:13 2012 +0100

    autogen required for building.

commit 23eb25fda7066a7f5550efcc35662067c7e1a78a
Author: Nikos Mavrogiannopoulos <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.