[git] GPG-ERROR - branch, master, updated. libgpg-error-1.31-2-g6eb80ab

by Andre Heinecke cvs at cvs.gnupg.org
Thu May 3 14:29:50 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  6eb80abcde5ad776379069871e4156b28ef69712 (commit)
      from  1a5235083013da96cf4cac361cc60011029ad0cc (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 6eb80abcde5ad776379069871e4156b28ef69712
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu May 3 14:27:51 2018 +0200

    doc: Fix yat2m name for native w32 build
    
    * doc/Makefile.am: Handle not cross compiling but building for
    windows.
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 76af5be..6f3e5a1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -49,10 +49,15 @@ CLEANFILES += yat2m-for-build
 yat2m-for-build: yat2m.c
 	$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
 else
+if HAVE_W32_SYSTEM
+YAT2M_CMD = ./yat2m.exe
+YAT2M_DEP = yat2m.exe
+else
 YAT2M_CMD = ./yat2m
 YAT2M_DEP = yat2m
 endif
 endif
+endif
 
 yat2m-stamp: $(myman_sources) $(srcdir)/version.texi
 	@rm -f yat2m-stamp.tmp

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

Summary of changes:
 doc/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)


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




More information about the Gnupg-commits mailing list