mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 05:00:29 +02:00
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:
@@ -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$")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user