mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
0b9a117765
commit
cb26edc8f6
1 changed files with 1 additions and 1 deletions
|
@ -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$")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue