1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02: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:
Ricardo Wurmus
2019-09-17 19:02:58 +02:00
parent 7009d20ad3
commit 17bbd30d87
+3 -1
View File
@@ -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)