mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: festival: Install missing info files.
Reported by reepca on the #guix IRC channel.
This is a follow-up to commit 34583ec6e3
.
* gnu/packages/speech.scm (festival)[arguments]: Install missing info files.
This commit is contained in:
parent
7009d20ad3
commit
17bbd30d87
1 changed files with 3 additions and 1 deletions
|
@ -361,7 +361,9 @@ (define-public festival
|
|||
"examples/text2wave"))
|
||||
|
||||
;; Documentation
|
||||
(install-file "doc/info/festival.info" info)
|
||||
(for-each (lambda (file)
|
||||
(install-file file info))
|
||||
(find-files "doc/info/" "festival.info.*"))
|
||||
|
||||
;; Headers
|
||||
(mkdir-p incdir)
|
||||
|
|
Loading…
Reference in a new issue