civodul pushed a commit to branch master
in repository guix.
commit cb26edc8f62145d58fc55cc9b3a76128786b57b2
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Apr 21 23:30:51 2020 +0200
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(-)
diff --git a/doc/build.scm b/doc/build.scm
index 994b94e..3907b49 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -142,7 +142,7 @@ as well as images, OS examples, and translations."
(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$")))