[PATCH] Include defs.inc in BUILT_SOURCES

Eric Dorland eric at debian.org
Tue Jun 30 22:17:59 CEST 2015


* doc/Makefile.am: Building the info files can fail on a clean source
tree since the .texi files include defs.inc. Use BUILT_SOURCES to force
it to be built early.

--
Signed-off-by: Eric Dorland <eric at debian.org>
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index ee8bca2..3ea19ad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = samplekeys.asc mksamplekeys \
 	     gpgv.texi yat2m.c ChangeLog-2011 whats-new-in-2.1.txt
 
 BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
-                gnupg-card-architecture.pdf defsincdate
+                gnupg-card-architecture.pdf defsincdate defs.inc
 
 info_TEXINFOS = gnupg.texi
 
-- 
2.1.4




More information about the Gnupg-devel mailing list