[git] GnuPG - branch, master, updated. gnupg-2.1.9-220-g0f61599

by Werner Koch cvs at cvs.gnupg.org
Thu Dec 3 13:32:34 CET 2015


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  0f61599ed0bd1cc6842067d040bb58ec0a451715 (commit)
      from  4e9957250eee3521dc979912a4818e58ffddc5b8 (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 0f61599ed0bd1cc6842067d040bb58ec0a451715
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 3 13:28:28 2015 +0100

    build: Avoid dependecy problems in "make distcheck".
    
    * doc/Makefile.am (gnupg.texi): Depend on defs.inc.
    --
    
    Reported-by: Justus Winter
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44e9957..6e0bc15 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -59,6 +59,8 @@ gnupg_TEXINFOS = \
 	sysnotes.texi gnupg-card-architecture.fig dirmngr.texi \
 	howtos.texi howto-create-a-server-cert.texi
 
+gnupg.texi : defs.inc
+
 DVIPS = TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" dvips
 
 AM_MAKEINFOFLAGS = -I $(srcdir) --css-ref=/share/site.css

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

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


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list