From cb26edc8f62145d58fc55cc9b3a76128786b57b2 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Tue, 21 Apr 2020 23:30:51 +0200
Subject: doc: Include *.json files in the source.

This is a followup to c9f321e52a99dea93fcc099372ea0167150b9aac.

* doc/build.scm (texinfo-manual-source)[build]: Add *.json to #$output.
---
 doc/build.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc')

diff --git a/doc/build.scm b/doc/build.scm
index 994b94eae2..3907b49caf 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -142,7 +142,7 @@ (define (make-version-texi language)
 
           (for-each (lambda (texi)
                       (install-file texi #$output))
-                    (append (find-files #$documentation "\\.(texi|scm)$")
+                    (append (find-files #$documentation "\\.(texi|scm|json)$")
                             (find-files #$(translated-texi-manuals source)
                                         "\\.texi$")))
 
-- 
cgit v1.2.3