From 523790d11d4d4d786e7b2ad19d3333e9fffb016d Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 15 Jan 2018 14:47:12 +0100 Subject: =?UTF-8?q?build:=20Declare=20=E2=80=9Cdoc/guix.texi=E2=80=9C=20de?= =?UTF-8?q?pendencies.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes . * doc/local.mk (%C%_guix_TEXINFOS): New variable containing files included by “doc/guix.texi”. (EXTRA_DIST): Remove ‘.texi’ files. Signed-off-by: Ludovic Courtès --- doc/local.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/local.mk') diff --git a/doc/local.mk b/doc/local.mk index dc48fc22bf..397ade050e 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -3,7 +3,7 @@ # Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès # Copyright © 2013 Andreas Enge # Copyright © 2016 Taylan Ulrich Bayırlı/Kammer -# Copyright © 2016 Mathieu Lirzin +# Copyright © 2016, 2018 Mathieu Lirzin # # This file is part of GNU Guix. # @@ -22,6 +22,10 @@ info_TEXINFOS = %D%/guix.texi +%C%_guix_TEXINFOS = \ + %D%/contributing.texi \ + %D%/fdl-1.3.texi + DOT_FILES = \ %D%/images/bootstrap-graph.dot \ %D%/images/bootstrap-packages.dot \ @@ -36,8 +40,6 @@ DOT_VECTOR_GRAPHICS = \ EXTRA_DIST += \ %D%/htmlxref.cnf \ - %D%/contributing.texi \ - %D%/fdl-1.3.texi \ $(DOT_FILES) \ $(DOT_VECTOR_GRAPHICS) \ %D%/images/coreutils-size-map.eps \ -- cgit v1.2.3