[git] GPG-ERROR - branch, master, updated. gpgrt-1.28-25-g99e976b

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Mar 27 05:16:56 CEST 2018


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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  99e976be723ebbf7fe5c73671dd916bd4a067727 (commit)
      from  efc4769339d42a4a399c040c146cf4a29c02ea4f (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 99e976be723ebbf7fe5c73671dd916bd4a067727
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Mar 27 12:16:20 2018 +0900

    doc: Fix previous commit.
    
    --
    
    Fixes-commit: efc4769339d42a4a399c040c146cf4a29c02ea4f
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d1b494d..d5eb886 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -39,18 +39,18 @@ man_MANS = $(myman_pages)
 
 if HAVE_YAT2M
 YAT2M_CMD = $(YAT2M)
-YAT2M_DEP = $(YAT2M)$(EXEEXT)
+YAT2M_DEP = $(YAT2M)
 else
 if CROSS_COMPILING
 YAT2M_CMD = ./yat2m-for-build
-YAT2M_DEP = yat2m-for-build$(EXEEXT)
-CLEANFILES += yat2m-for-build$(EXEEXT)
+YAT2M_DEP = yat2m-for-build
+CLEANFILES += yat2m-for-build
 
 yat2m-for-build$(EXEEXT): yat2m.c
 	$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
 else
 YAT2M_CMD = ./yat2m
-YAT2M_DEP = yat2m$(EXEEXT)
+YAT2M_DEP = yat2m
 endif
 endif
 

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

Summary of changes:
 doc/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list