guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: doc: Include *.json files in the source.


From: guix-commits
Subject: 01/05: doc: Include *.json files in the source.
Date: Tue, 21 Apr 2020 17:53:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cb26edc8f62145d58fc55cc9b3a76128786b57b2
Author: Ludovic Courtès <address@hidden>
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$")))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]