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 @@ 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 a new issue