gnu: emacs-hyperbole: Add missing files.

* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Add a new
INSTALL-DOC phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Konrad Hinsen 2022-12-13 15:07:52 +01:00 committed by Nicolas Goaziou
parent 7d570036f0
commit a67461f0e1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -708,6 +708,8 @@ (define-public emacs-hyperbole
"DEMO-ROLO.otl"
"HY-ABOUT"
"man/hkey-help.txt"
"man/hyberbole.info"
"kotl/.*"
"\\.kotl$"
%default-include)
#:phases
@ -724,6 +726,13 @@ (define-public emacs-hyperbole
(("\\(hyperb:check-dir-user\\)") ""))
(substitute* "hgnus.el"
(("hmail ") "hmail hvar "))))
(add-after 'install 'install-doc
(lambda _
(install-file "man/hyperbole.info"
(string-append #$output "/share/info"))
(install-file "man/hkey-help.txt"
(string-append #$output "/share/doc/"
#$name "-" #$version))))
(add-after 'install 'install-images
(lambda _
(let ((dir (string-append #$output "/share/info/im")))