doc: Include *.json files in the source.

This is a followup to c9f321e52a.

* doc/build.scm (texinfo-manual-source)[build]: Add *.json to #$output.
This commit is contained in:
Ludovic Courtès 2020-04-21 23:30:51 +02:00
parent 0b9a117765
commit cb26edc8f6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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$")))