[git] GPG-ERROR - branch, master, updated. gpgrt-1.29-2-g8ef76d9

by Damien Goutte-Gattat via Gnupg-devel cvs at cvs.gnupg.org
Wed Apr 11 21:01: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  8ef76d9373db16f1ca176f9c87c8dac2758c8b85 (commit)
      from  253ca177055e23617b14e0934b09ef50253f29eb (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 8ef76d9373db16f1ca176f9c87c8dac2758c8b85
Author: Damien Goutte-Gattat via Gnupg-devel <gnupg-devel at gnupg.org>
Date:   Wed Apr 11 16:06:01 2018 +0100

    build: Make sure version.texi is generated in time.
    
    [[PGP Signed Part:Good signature from AA4373E6C82C78AD Damien Goutte-Gattat <dgouttegattat at incenp.org> (trust undefined) created at 2018-04-11T17:05:27+0200 using RSA]]
    [1. text/plain]
    
    * doc/Makefile.am (yat2m-stamp): Depend on version.texi.
    --
    
    When building from a cloned Git repository and with `make -j 3`
    (or higher), the version.texi file may not have been generated
    yet when yat2m is called to generate the man page, resulting in
    a build failure.
    
    Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d5eb886..7439a49 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -54,7 +54,7 @@ YAT2M_DEP = yat2m
 endif
 endif
 
-yat2m-stamp: $(myman_sources)
+yat2m-stamp: $(myman_sources) $(srcdir)/version.texi
 	@rm -f yat2m-stamp.tmp
 	@touch yat2m-stamp.tmp
 	for file in $(myman_sources) ; do \

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

Summary of changes:
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list