[Pkg-gnupg-commit] [gnupg2] 220/241: build: Avoid dependecy problems in "make distcheck".

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

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>
---
 doc/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list