mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ be used by the sighted.")
|
|||
"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