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-118-g175e021


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-118-g175e021
Date: Sun, 29 Jan 2012 15:33:03 +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=175e021fd8d0c195690b2d8806bd3a07e84415ce

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

    autogen failure is not fatal.

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

Summary of changes:
 doc/Makefile.am |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index edf45a3..c638e7d 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 ../src/$@ .
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../src/$@ .
 
 invoke-gnutls-cli-debug.texi: ../src/cli-debug-args.def
-       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       mv ../src/$@ .
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../src/$@ .
 
 invoke-gnutls-serv.texi: ../src/serv-args.def
-       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       mv ../src/$@ .
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../src/$@ .
 
 invoke-certtool.texi: ../src/certtool-args.def
-       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       mv ../src/$@ .
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../src/$@ .
 
 invoke-srptool.texi: ../src/srptool-args.def
-       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       mv ../src/$@ .
-       sed -i 's/@subsection/@subsubsection/' $@
-       sed -i 's/@section/@subsection/' $@
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../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 ../src/$@ .
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../src/$@ .
 
 invoke-psktool.texi: ../src/psk-args.def
-       cd ../src/ && autogen -Tagtexi-cmd.tpl $<
-       mv ../src/$@ .
-       sed -i 's/@subsection/@subsubsection/' $@
-       sed -i 's/@section/@subsection/' $@
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../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 ../src/$@ .
-       sed -i 's/@subsection/@subsubsection/' $@
-       sed -i 's/@section/@subsection/' $@
+       -cd ../src/ && autogen -Tagtexi-cmd.tpl $<
+       -mv -f ../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                             \


hooks/post-receive
-- 
GNU gnutls



reply via email to

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